mirror of
https://github.com/foss42/apidash.git
synced 2025-05-22 08:46:33 +08:00
Migrate to Dart 3
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user