Migrate to Dart 3

This commit is contained in:
Ankit Mahato
2023-08-27 20:23:41 +05:30
parent 8bb9cbcc91
commit cdba6476b0
13 changed files with 178 additions and 164 deletions

View File

@ -13,7 +13,7 @@ void main() async {
await setupInitialWindow();
} else {
var win = getInitialSize();
await setupWindow(sz: win.$0, off: win.$1);
await setupWindow(sz: win.$1, off: win.$2);
}
runApp(
ProviderScope(