internet_file 1.1.0 copy "internet_file: ^1.1.0" to clipboard
internet_file: ^1.1.0 copied to clipboard

A internet file getter (also optional downloader) that works in all platforms

1.1.0 #

  • Added helper for InternetFileStorageIO
InternetFile.get(
- storageAdditional: {
-   'filename': 'ui_icons.ttf',
-   'location': '',
- },
+ storageAdditional: storageIO.additional(
+   filename: 'ui_icons.ttf',
+   location: '',
+ ),
)
  • Added force property for InternetFileStorageIO.get (ignore saved file, download)
  • Added debug property for InternetFileStorageIO.get (prints percentage)
  • Added method property for InternetFileStorageIO.get (http method)

1.0.0+2 #

  • Update readme

1.0.0+1 #

  • Added description

1.0.0 #

  • Initial release.
109
likes
120
pub points
98%
popularity

Publisher

verified publisherserge.software

A internet file getter (also optional downloader) that works in all platforms

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http, path, universal_file

More

Packages that depend on internet_file