Do Widgets tutorial #1

Merged
kornerr merged 15 commits from tutorial into master 2026-06-04 17:59:51 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ec37facd9b - Show all commits

View File

@@ -15,7 +15,7 @@ class MainApp extends StatelessWidget {
home: Scaffold(
body: Center(
//child: Text('Wow, nice, Hello World!'),
child: Tile("A", HitType.hit),
child: Tile("A", .hit),
),
),
);

View File

@@ -2,4 +2,4 @@
SDIR=$(cd "$(dirname "$0")" ; pwd -P)
cd $SDIR/../abc
flutter run -d macos
flutter run --enable-experiment=dot-shorthands -d macos