Open Sameerkash opened 1 year ago
Would be happy to help with the migration.
@Luzzotica Please let me know if migrating sounds good 😄
Hold off for a bit.
I have a pretty massive update for the example app coming in later today.
Cool, let me know if you need any help !
Thanks for the example uploaded these days. For now, the connection is working perfectly. 🥳
Describe the bug A clear and concise description of what the bug is.
In the example project, the package
fl_toast
seems to be conflicting with the latest flutter version since it uses parameters that have been removed from the Flutter SDK.specifically,
primaryVariant
andsecondaryVariant
of theColorScheme
theme class.fluttertoast: ^8.2.2
To Reproduce Steps to reproduce the behavior:
Expected behavior Build success and flutter app launches.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Commenting the broken code in the library fixes the problem.
Ideally
fluttertoast: ^8.2.2
should be used instead of fl_toast since it has not been actively maintained for over 2 years.