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
{{ message }}
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
Flutter's Android APIs have been updated in 2019 to better support add-to-app, background execution etc and the majority of Flutter's users are running the new APIs currently.
There may currently be issues running the old APIs if, for instance, the plugin is used in the background where there wouldn't be an Activity to provide a context.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Flutter's Android APIs have been updated in 2019 to better support add-to-app, background execution etc and the majority of Flutter's users are running the new APIs currently.
https://flutter.dev/go/android-plugin-migration
There may currently be issues running the old APIs if, for instance, the plugin is used in the background where there wouldn't be an Activity to provide a context.
The text was updated successfully, but these errors were encountered: