Closed azeek closed 1 year ago
Thanks for highlighting - a future version will set the http version to http: '>=0.13.0 <2.0.0'
, allowing both older and newer versions (as there is no functional difference between the two, other than the dart3 requirement).
In general, when you come across a conflict like this you can add a dependency override to your app's pubspec file, as described here. This works fine if there is no functional difference between the conflicting package versions.
The Http package is now updated to the 1.0.0 stable version.