-
-
Notifications
You must be signed in to change notification settings - Fork 527
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
Android API 35 MissingPluginException #1119
Comments
Are you calling this in your |
@alextekartik , this is called deep after
Yes, there is some strange behaviour for Path Provider as well:
Retested on API 34, there are no errors neither for sqlite nor path_provider_android |
If even path_provider is failing, I won't look at it yet. I try to stick with the compileSdk used my google flutter plugins. I'm not sure sdk 35 is officially supported at this point. |
When executing the following code with API level 35:
The application encounters the following error and stack trace:
However, when running the same code on an API level 34 emulated device, no errors are encountered. There are no differences between the builds used for both tests.
Used sqlflite version is 2.3.3+1.
The text was updated successfully, but these errors were encountered: