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 latest version of fluttertoast (8.2.8) throws compilation errors due to the usage of deprecated APIs like PluginRegistry.Registrar and FlutterMain, which are incompatible with the latest Flutter SDK using Android embedding v2.
The latest version of fluttertoast (8.2.8) throws compilation errors due to the usage of deprecated APIs like PluginRegistry.Registrar and FlutterMain, which are incompatible with the latest Flutter SDK using Android embedding v2.
Error Details:
Unresolved reference: Registrar
Unresolved reference: FlutterMain
Steps to reproduce:
Upgrade Flutter to the latest version (3.27.0)
Add fluttertoast: 8.2.8 to the project.
Build the project.
The text was updated successfully, but these errors were encountered: