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
When I add it to my pubspec.yaml file I get this when I run: flutter pub get :
Because ssh >=0.0.6 depends on uuid ^2.0.0 which depends on crypto ^2.0.0, ssh >=0.0.6 requires crypto ^2.0.0.
And because google_fonts 2.0.0 depends on crypto ^3.0.0 and no versions of google_fonts match >2.0.0 <3.0.0, ssh >=0.0.6 is incompatible with google_fonts ^2.0.0.
So, because my_fabory depends on both google_fonts ^2.0.0 and ssh ^0.0.7, version solving failed.
pub get failed (1; So, because my_fabory depends on both google_fonts ^2.0.0 and ssh ^0.0.7, version solving failed.)
The text was updated successfully, but these errors were encountered:
When I add it to my pubspec.yaml file I get this when I run: flutter pub get :
Because ssh >=0.0.6 depends on uuid ^2.0.0 which depends on crypto ^2.0.0, ssh >=0.0.6 requires crypto ^2.0.0.
And because google_fonts 2.0.0 depends on crypto ^3.0.0 and no versions of google_fonts match >2.0.0 <3.0.0, ssh >=0.0.6 is incompatible with google_fonts ^2.0.0.
So, because my_fabory depends on both google_fonts ^2.0.0 and ssh ^0.0.7, version solving failed.
pub get failed (1; So, because my_fabory depends on both google_fonts ^2.0.0 and ssh ^0.0.7, version solving failed.)
The text was updated successfully, but these errors were encountered: