This commit is contained in:
Михаил Капелько
2026-06-02 18:24:02 +03:00
parent 2bcea6ab15
commit ec37facd9b
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ class MainApp extends StatelessWidget {
home: Scaffold( home: Scaffold(
body: Center( body: Center(
//child: Text('Wow, nice, Hello World!'), //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) SDIR=$(cd "$(dirname "$0")" ; pwd -P)
cd $SDIR/../abc cd $SDIR/../abc
flutter run -d macos flutter run --enable-experiment=dot-shorthands -d macos