packages.dart
packages.dart copied to clipboard
[internet_file] make plugin compatible with http 1.0.0
internet_file
A name of package whom this bug concerns. Ex. network
Describe the bug Make the plugin compatible with the new http package version 1.0.0.
- The current version only supports http <1.0.0
internet_file could also benefit from dependancies upgrade. Both http and file have new major versions.
old version of HTTP still exists and no package update have been done yet!
Hoping this package will be updated soon!
any news?
http
version is 1.1.0
in the master
branch. Maybe the package was not pushed to the pub after the update (or the package version was not changed before pushing).
Quick solution until a new version is released is to use git dependency as follows:
internet_file:
git:
url: https://github.com/ScerIO/packages.dart.git
ref: master
path: packages/internet_file
Any update on this?
Any update???
Please update.