mirror of
https://github.com/foss42/apidash.git
synced 2025-09-20 20:19:16 +08:00
Clean up main.dart
This commit is contained in:
@ -11,7 +11,7 @@ void main() async {
|
|||||||
WidgetsFlutterBinding.ensureInitialized();
|
WidgetsFlutterBinding.ensureInitialized();
|
||||||
await openBoxes();
|
await openBoxes();
|
||||||
var win = getInitialSize();
|
var win = getInitialSize();
|
||||||
await setupWindow(sz: win.$0, off: win.$1); //setupInitialWindow(sz);
|
await setupWindow(sz: win.$0, off: win.$1);
|
||||||
GoogleFonts.config.allowRuntimeFetching = false;
|
GoogleFonts.config.allowRuntimeFetching = false;
|
||||||
runApp(
|
runApp(
|
||||||
const ProviderScope(
|
const ProviderScope(
|
||||||
|
Reference in New Issue
Block a user