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
Can all the packages upgrade to Fully support Flutter 3.23.3 and move to latest java and gradle? this will make them stabler, This will be very helpful
Checklist before submitting a question
I searched issues in this repository and couldn't find such bug/problem
I Google'd a solution and I couldn't find it
I searched on StackOverflow for a solution and I couldn't find it
I read the README.md file of the plugin
I am using the latest version of the plugin
All dependencies are up to date with flutter pub upgrade
I did a flutter clean
I tried running the example project
The text was updated successfully, but these errors were encountered:
It is the other way around, because the plugins use java that is further than what is shipped with Flutter projects by default, that causes compilation issues unless devs upgrade their projects.
The plugins from the Flutter team have set source compatibility to Java 11 (and that change only came up 2 days ago: flutter/packages#7795), while ours are at Java 17.
What is your question?
Can all the packages upgrade to Fully support Flutter 3.23.3 and move to latest java and gradle? this will make them stabler, This will be very helpful
Checklist before submitting a question
flutter pub upgrade
flutter clean
The text was updated successfully, but these errors were encountered: