You get this error because you are not binding sharedpreferences with flutter engine before the app runs. To get rid of the error just simply put before run(MyApp());
Month: March 2022
Flutter Webview doesn’t load or white blank page iOS and Android
If your flutter webview (based on webview_flutter) doesn’t load or you constantly see blank white page, Then you need to do the following settings. For iOS In your Info.plist add the below lines With the first key, you can view the page on flutter app, with second and third keys, you are letting insecure url…