larryaasen / upgrader

A Flutter package for prompting users to upgrade when there is a newer version of the app in the store.
MIT License
523 stars 258 forks source link

Please upgrade package_info_plus to ^8.0.0 #409

Closed kjxbyz closed 2 months ago

kjxbyz commented 2 months ago
Because upgrader 10.2.0 depends on package_info_plus >=4.0.1 <8.0.0 and no versions of upgrader match >10.2.0 <11.0.0, upgrader ^10.2.0 requires package_info_plus >=4.0.1
  <8.0.0.
So, because homing_pigeon depends on both package_info_plus ^8.0.0 and upgrader ^10.2.0, version solving failed.
Defuera commented 2 months ago

Same here

arthurgiani commented 2 months ago

up!

larryaasen commented 2 months ago

Just solved this in version 10.3.0.

Just curious, why do you need package_info_plus 8.0.0 instead of 7.0.0?

Defuera commented 2 months ago

you get conflicts with some other packages

larryaasen commented 2 months ago

@Defuera Why did you need to upgrade package_info_plus to 8.0.0? It did not contain any valuable changes.