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
after upgrading to Flutter 2.0 and update some package to be compatible with Flutter 2.0, i got this issue:
Because flutter_launcher_icons >=0.9.0 depends on args 2.0.0 and gen_lang 0.1.3 depends on args >=0.12.1 <2.0.0, flutter_launcher_icons >=0.9.0 is incompatible with gen_lang 0.1.3.
And because no versions of gen_lang match >0.1.3 <0.2.0, flutter_launcher_icons >=0.9.0 is incompatible with gen_lang ^0.1.3.
can you upgrade the args package?
The text was updated successfully, but these errors were encountered:
after upgrading to Flutter 2.0 and update some package to be compatible with Flutter 2.0, i got this issue:
can you upgrade the args package?
The text was updated successfully, but these errors were encountered: