image_network 2.0.0 image_network: ^2.0.0 copied to clipboard
Image Network is a package that allows you to render images on the web using CanvasKit without having problems with CORS
2.0.0 #
- 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.0 #
- Initial release.