feat: major progress

This commit is contained in:
2024-04-21 02:22:53 +02:00
parent 13327da5de
commit e653010458
18 changed files with 1464 additions and 59 deletions

View File

@ -34,7 +34,9 @@ Result<Feature> parseFeature(
}
yaml = yaml as YamlMap? ?? {};
final description = yaml['desription'] as String?;
final description = yaml['description'] as String?;
// if (description != null) print("================ $description");
final building = yaml['building'] as String?;

View File