PackageTrack
Sign in Get early access

image_network

Image Network is a package that allows you to render images on the web using CanvasKit without having problems with CORS

2.6.0 15K downloads/mo #2471 most downloaded on pub.dev gabrielpatricksouza/image_network

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 8 days to 12 months

Most releases are documented

notes for 16 of 19 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

19 releases · first in 2021

0 releases in the last 12 months

see the full history below

Release timeline

19 releases · Dec 2021 to Jan 2025
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 19
  1. 2.6.0 03 Jan 2025
    Release notes
    • Bug fixes
    • Update web
    • Update android
    • Update iOS
    Open source →
  2. 2.5.6 08 Feb 2024

    Nothing published for this version

  3. 2.5.5 08 Feb 2024

    Nothing published for this version

  4. 2.5.4 19 Jun 2023
    Release notes
    • Update dependencies webview_flutter
    Open source →
  5. 2.5.4+1 19 Jun 2023

    Nothing published for this version

  6. 2.5.3+1 18 Jun 2023
    Release notes
    • Fix: Change transparent image to fix image
    • Update dependencies
    Open source →
  7. 2.5.2 04 May 2023
    Release notes
    • Fix: Update image error
    Open source →
  8. 2.5.1 08 May 2022
    Release notes
    • Added mouse scrolling
    • Fix: Centralized onLoading
    • Fix: Centralized onError
    Open source →
  9. 2.5.0 12 Apr 2022
    Release notes
    • Added build for release with click on image
    flutter build web --release
    
    Open source →
  10. 2.4.1 28 Feb 2022
    Release notes
    • README Update
    • Updated documentation
    Open source →
  11. 2.4.1+1 28 Feb 2022
    Release notes
    • Added flutter format
    Open source →
  12. 2.4.0 02 Feb 2022
    Release notes
    • Added option to enable or disable debug information
    debugPrint: true,//or false
    
    • Added option to use 100% of the image
    fullScreen: true,//or false
    
    Open source →
  13. 2.3.0 27 Dec 2021
    Release notes
    • Added option to directly use CachedNetworkImage to cache images:
    imageCache: CachedNetworkImageProvider(imageUrl)
    
    • Removed cacheAndroidIos
    Open source →
  14. 2.2.0 24 Dec 2021
    Release notes
    • Added option to display custom loading:
    onLoading: const CircularProgressIndicator(
      color: Colors.indigoAccent,
    ),
    
    • Added option to display custom error:
    onError: const Icon(
      Icons.error,
      color: Colors.red,
    ),
    
    Open source →
  15. 2.2.0+1 24 Dec 2021
    Release notes
    • README Update
    Open source →
  16. 2.1.0 20 Dec 2021
    Release notes
    • Added option to embed BoxFit in Image for Android && Ios:
    fitAndroidIos: BoxFit.cover,
    
    • Added option to embed BoxFit in Image for Web:
    fitWeb: BoxFitWeb.cover,
    
    • Added option to insert border radius in Image:
    borderRadius: BorderRadius.circular(70),
    
    Open source →
  17. 2.1.0+1 21 Dec 2021
    Release notes
    • README Update
    Open source →
  18. 2.0.0 18 Dec 2021
    Release notes
    • Added new way to display image

    • Added option to show mouse pointer:

    onPointer: true, // or false
    
    • Added option to save images to cache (Not available for Web):
    cacheAndroidIos: true, // or false
    
    • Added option to change the fit of android and ios image. You can define it like this:
    fitCarouselList: BoxFit.cover
    
    • Added function to get click on the image:
    onTap: () {
        debugPrint("©gabriel_patrick_souza");
    },
    
    Open source →
  19. 1.0.0 10 Dec 2021
    Release notes
    • Initial release.
    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