You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Try deleting the flutter cache folder (which will
11
-
downloaded again automatically) from your flutter installation folder `$FLUTTER_TOP/bin/cache`
10
+
* Try deleting the flutter cache folder (which will
11
+
downloaded again automatically) from your flutter installation folder `$FLUTTER_TOP/bin/cache`
12
12
13
13
# Recommendations
14
14
@@ -49,15 +49,18 @@ This error is typically a build/setup error after adding the dependency.
49
49
- Try to clean your build folder `flutter clean`
50
50
- On iOS, you can try to force a `pod install` / `pod update`
51
51
- Follow the [using package flutter guide](https://flutter.dev/docs/development/packages-and-plugins/using-packages)
52
-
- Search for [other bugs in flutter](https://github.com/flutter/flutter/search?q=MissingPluginException&type=Issues)
53
-
like this, other people face the same issue with other plugins so it is likely not sqflite related
52
+
- Search for [other bugs in flutter](https://github.com/flutter/flutter/search?q=MissingPluginException&type=Issues)
53
+
like this, other people face the same issue with other plugins so it is likely not sqflite related
54
54
55
55
Advanced checks:
56
-
- If you are using sqflite in a FCM Messaging context, you might need to [register the plugin earlier](https://github.com/tekartik/sqflite/issues/446).
57
-
- if the project was generated a long time ago (2019), you might have to follow the [plugin migration guide](https://flutter.dev/docs/development/packages-and-plugins/plugin-api-migration)
56
+
57
+
- If you are using sqflite in a FCM Messaging context, you might need
58
+
to [register the plugin earlier](https://github.com/tekartik/sqflite/issues/446).
59
+
- if the project was generated a long time ago (2019), you might have to follow
60
+
the [plugin migration guide](https://flutter.dev/docs/development/packages-and-plugins/plugin-api-migration)
58
61
- Check the GeneratedPluginRegistrant file that flutter run should have generated in your project contains
0 commit comments