Clean up main.dart

This commit is contained in:
Ankit Mahato
2023-04-27 07:31:30 +05:30
parent f50e827052
commit 25813ae238

View File

@ -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(