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
The old & deprecated PluginRegistry symbols (which belong to Flutter Android Plugin v1) are removed from the plugin system. This may cause compilation issues if you're using the old v1 plugin system in later Flutter versions. #119
A build issue of mismatching between the required language version for newer Flutter versions and the plugin. Now the plugin is compatible with the latest Flutter versions. #103