PackageTrack
Sign in Get early access

internet_file

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

1.3.0 83K downloads/mo #1201 most downloaded on pub.dev ScerIO/packages.dart

What this package is like to depend on

Last release 10 months ago

14 Oct 2025

Release timing varies

gaps range from 3 months to 3.2 years

Nearly every release is documented

notes for 6 of 6 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

6 releases · first in 2021

1 release in the last 12 months

see the full history below

Release timeline

6 releases · Nov 2021 to Oct 2025
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 6
  1. 1.3.0 14 Oct 2025
    Release notes
    • Updated for support dart v3.9.0 and flutter 3.20+
    Open source →
  2. 1.2.0 25 Jul 2022
    Release notes
    • Fixed download files without content length! Now any files can be downloaded c:
    • Deprecated api process(double percentage) at InternetFile.get
    • Added new api progress(int receivedLength, int contentLength) at InternetFile.get Usage example:
    - process: (percentage) {
    -   print('downloadPercentage: $percentage');
    - },
    +progress: (receivedLength, contentLength) {  
    +  final percentage = receivedLength / contentLength * 100;
    +  print(
    +    'download progress: $receivedLength of $contentLength bytes ( $percentage% )');
    +},
    
    Open source →
  3. 1.1.0 18 Jul 2022
    Release notes
    • Added strong typed 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)
    Open source →
  4. 1.0.0 08 Nov 2021
    Release notes
    • Initial release.
    Open source →
  5. 1.0.0+1 08 Nov 2021
    Release notes
    • Added description
    Open source →
  6. 1.0.0+2 12 Feb 2022
    Release notes
    • Update readme
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive