mirror of
https://github.com/foss42/apidash.git
synced 2025-09-20 11:46:49 +08:00
Clean up main.dart
This commit is contained in:
@ -11,7 +11,7 @@ void main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
await openBoxes();
|
||||
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;
|
||||
runApp(
|
||||
const ProviderScope(
|
||||
|
Reference in New Issue
Block a user