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 2025Releases
latest 19-
2.6.003 Jan 2025 -
2.5.608 Feb 2024Nothing published for this version
-
2.5.508 Feb 2024Nothing published for this version
-
2.5.419 Jun 2023 -
2.5.4+119 Jun 2023Nothing published for this version
-
2.5.3+118 Jun 2023 -
2.5.204 May 2023 -
2.5.108 May 2022Release notes
Open source →- Added mouse scrolling
- Fix: Centralized onLoading
- Fix: Centralized onError
-
2.5.012 Apr 2022 -
2.4.128 Feb 2022 -
2.4.1+128 Feb 2022 -
2.4.002 Feb 2022Release notes
Open source →- Added option to enable or disable debug information
debugPrint: true,//or false- Added option to use 100% of the image
fullScreen: true,//or false -
2.3.027 Dec 2021Release notes
Open source →- Added option to directly use CachedNetworkImage to cache images:
imageCache: CachedNetworkImageProvider(imageUrl)- Removed cacheAndroidIos
-
2.2.024 Dec 2021Release notes
Open source →- 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, ), -
2.2.0+124 Dec 2021 -
2.1.020 Dec 2021Release notes
Open source →- 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), -
2.1.0+121 Dec 2021 -
2.0.018 Dec 2021Release notes
Open source →-
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"); }, -
-
1.0.010 Dec 2021