larryaasen / upgrader

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

Update pubspec.yaml #348

Closed muhammadhuzaifakhan1133 closed 6 months ago

muhammadhuzaifakhan1133 commented 11 months ago

I upgrade http package to the latest version.

muhammadhuzaifakhan1133 commented 11 months ago

I am getting a version-solving error whenever I try to add 'upgrade' package to dependencies. The reason is that I have also a http package of the latest version (1.1.0), but your package depends on old versions of http package, so that's why I got a version-solving error. The error code is attached below:

Because every version of 'upgrade' depends on http ^0.13.5 and agora_ui_kit depends on http ^1.1.0, upgrade is forbidden. So, because agora_ui_kit depends on upgrade any, version solving failed.

larryaasen commented 9 months ago

@muhammadhuzaifakhan1133 Is this still an issue for you?