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
With the new version of get_it: ^8.0.0 you get the following error.
Because injectable 2.4.4 depends on get_it ^7.2.0 and no versions of injectable match >2.4.4 <3.0.0, injectable ^2.4.4 requires get_it ^7.2.0.
So, because admin depends on both get_it ^8.0.0 and injectable ^2.4.4, version solving failed.
You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on get_it: flutter pub add get_it:^7.7.0
Can you update the dependencies?
Thanks
The text was updated successfully, but these errors were encountered:
With the new version of get_it: ^8.0.0 you get the following error.
Can you update the dependencies?
Thanks
The text was updated successfully, but these errors were encountered: