injectable icon indicating copy to clipboard operation
injectable copied to clipboard

Upgrade version

Open thorito opened this issue 5 months ago • 0 comments

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

thorito avatar Sep 23 '24 06:09 thorito