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
{{ message }}
This repository has been archived by the owner on May 7, 2023. It is now read-only.
need null safety version for this plugin. I upgrade my project to flutter 2.0.2. After that when goes to upgrade plugins, ex. for path_provider through
filex 0.3.0 depends on path_provider ^1.6.24 and no versions of filex match >0.3.0 <0.4.0, filex ^0.3.0 requires path_provider ^1.6.24.
So, because myapps depends on both path_provider 2.0.1 and filex ^0.3.0, version solving failed.
pub get failed (1; So, because myapps depends on both path_provider 2.0.1 and filex ^0.3.0, version solving failed.)
exit code 1
The text was updated successfully, but these errors were encountered:
need null safety version for this plugin. I upgrade my project to flutter 2.0.2. After that when goes to upgrade plugins, ex. for path_provider through
The text was updated successfully, but these errors were encountered: