-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WEB][BUG] MissingPluginException after performing any action #788
Comments
Same issue |
I have the same issue on Android. Somehow I suspect that the root cause is the same as of flutter/flutter#153075 there however is the root cause not found yet. |
That's interesting. One reply there suggested running flutter clean |
I did that multiple times. I also deleted my App multiple times and even Flutter. My current theory is that something breaks the initialization of the method channels. |
As expected, in my app is the |
Okay got it repaired, but not sure why it broke. My simplified code is like this: class MainActivity: FlutterActivity() {
override fun configureFlutterEngine(flutterEngine: FlutterEngine) {
GeneratedPluginRegistrant.registerWith(flutterEngine)
}
} (I removed the part regarding a custom Application since that is not related as I found out later) |
This |
Getting the following error after performing read, write or delete:
Stacktrace
Notes:
Package version: 9.2.2
Flutter doctor
[√] Flutter (Channel stable, 3.24.1, on Microsoft Windows [Version 10.0.22631.4169], locale en-GB)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[X] Android toolchain - develop for Android devices
X Unable to locate Android SDK.
Install Android Studio from: https://developer.android.com/studio/index.html
On first launch it will assist you in installing the Android SDK components.
(or visit https://flutter.dev/to/windows-android-setup for detailed instructions).
flutter config --android-sdk
to update to that location.[√] Chrome - develop for the web
[X] Visual Studio - develop Windows apps
X Visual Studio not installed; this is necessary to develop Windows apps.
Download at https://visualstudio.microsoft.com/downloads/.
Please install the "Desktop development with C++" workload, including all of its default components
[!] Android Studio (not installed)
[√] VS Code (version 1.93.0)
[√] Connected device (3 available)
[√] Network resources
The text was updated successfully, but these errors were encountered: