Skip to content
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

Compatibility Issue: fluttertoast: 8.2.8 with Latest Flutter SDK #545

Open
HananMustafa opened this issue Nov 23, 2024 · 2 comments
Open

Comments

@HananMustafa
Copy link

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.

@alfayej55
Copy link

I have read same problem. After updating the flutter sdk , it is not working for me either

@jahid012
Copy link

I also got that problem in my existing project. Is there any fix, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants