larryaasen / upgrader

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

Update Dependencies Package #226

Closed SandyCompetent closed 2 years ago

SandyCompetent commented 2 years ago

Currently, max version for few packages are old.

device_info_plus: ">=3.2.0 <4.2.0" package_info_plus: ^1.3.0

As, on time of reporting, device_info_plus = 6.0.0 package_info_plus=2.0.0

Please update the version of dependency package

benjamincombes commented 2 years ago

Just for information, device_info_plus is now at version 7.0.0, package_info_plus at version 3.0.0

ghost commented 2 years ago

Hello ! Thank you very much for this great project. I just want to add that in our application we need http at version 0.13.5, and unfortunately this is not possible at the moment because upgrader does not support this version. I can do a PR if you wish. :-)

larryaasen commented 2 years ago

device_info_plus 6.0.0 and package_info_plus 2.0.0 are now supported in version 4.10.0. Also, http 0.13.5 is now supported.

ghost commented 2 years ago

Thank you so much, this is great!

nblum37 commented 2 years ago

Hi, would it be possible to also update the dependency for the url_launcher to enable 6.1.6 and device_info_plus to enable 8.0.0? However, as you exactly allowed the version to be <=6.1.5 I assume, you faced some issues. Thank you :)

larryaasen commented 2 years ago

@nblum37 The upgrader package supports Flutter 2.5+ and url_launcher supports Flutter 2.10+, which will not work with upgrader.

nblum37 commented 2 years ago

Thanks for the explanation!

SandyCompetent commented 2 years ago

Thanks team for solving the issue and helping out.