larryaasen / upgrader

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

Dependency Conflict: upgrader v8.1.0 Requires device_info_plus ^9.0.1 #336

Closed Shahidbangash closed 9 months ago

Shahidbangash commented 9 months ago

Dependency Conflict with Upgrader v8.1.0

Hello,

I recently encountered a dependency conflict while trying to use the upgrader package version 8.1.0. The package specifically requires device_info_plus ^9.0.1, which seems to be causing compatibility issues.

Error Message:

upgrader 8.1.0 depends on device_info_plus ^9.0.1 and no versions of upgrader match >8.1.0 <9.0.0, upgrader ^8.1.0 requires device_info_plus ^9.0.1.

This conflict is preventing the successful integration of the upgrader package in my Flutter project.

Suggestion:

To the author/maintainer of the upgrader package, it would be beneficial for users if the package could either:

  1. Incorporate the latest version of the dependent package (device_info_plus) to ensure compatibility.
  2. Or, consider using any for the dependency version, allowing users more flexibility in upgrading their transitive packages.

It would be greatly appreciated if this could be looked into and resolved.

larryaasen commented 9 months ago

This has been resolved in version 8.2.0 on pub.dev.