From ec37facd9bd80647f1e7dae9166dd077468a4af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Tue, 2 Jun 2026 18:24:02 +0300 Subject: [PATCH] weird --- src/main.dart | 2 +- util/run-macos | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.dart b/src/main.dart index c132267..bb24b62 100644 --- a/src/main.dart +++ b/src/main.dart @@ -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), ), ), ); diff --git a/util/run-macos b/util/run-macos index d5a01f1..d1a46cc 100755 --- a/util/run-macos +++ b/util/run-macos @@ -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