packages.dart icon indicating copy to clipboard operation
packages.dart copied to clipboard

[internet_file] make plugin compatible with http 1.0.0

Open dxvid-pts opened this issue 1 year ago • 8 comments

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

dxvid-pts avatar Jun 07 '23 10:06 dxvid-pts

internet_file could also benefit from dependancies upgrade. Both http and file have new major versions.

SirBarksALot avatar Jul 21 '23 06:07 SirBarksALot

old version of HTTP still exists and no package update have been done yet!

Mu7ammadRasul avatar Jul 27 '23 11:07 Mu7ammadRasul

Hoping this package will be updated soon!

jblankenship5 avatar Aug 25 '23 23:08 jblankenship5

any news?

LincolnJota avatar Nov 21 '23 16:11 LincolnJota

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

vfarafonov avatar Dec 13 '23 08:12 vfarafonov

Any update on this?

yeahia2249 avatar Jan 11 '24 06:01 yeahia2249

Any update???

magno-castro avatar Feb 14 '24 20:02 magno-castro

Please update.

arihant23 avatar Jul 18 '24 12:07 arihant23