Open rameshboyee-sayukth opened 1 year ago
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: LateInitializationError: Field 'sharedPreferences' has not been initialized.
Hi, you have to add one line to initialize shared preferences.
void main() async { WidgetsFlutterBinding.ensureInitialized(); await initialize(); runApp(MyApp()); }
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: LateInitializationError: Field 'sharedPreferences' has not been initialized.