injectable
injectable copied to clipboard
Upgrade version
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