cached_network_svg_image 0.0.5
cached_network_svg_image: ^0.0.5 copied to clipboard
A Flutter package for caching SVG images.
0.0.5 #
- Migrate to
flutter_svg2.0.4. - Fix mount bug.
- Performance enhancements.
0.0.4 #
- Migrate to
flutter_svg2.0.1.
0.0.3 #
- Add support for functions (
preCache-clearCacheForUrl-clearCache) built-in inside theCachedNetworkSVGImageclass.
0.0.2 #
- Pass the fade animation duration
fadeDurationfrom the outside constructor. - Exclude the params from the url cache key for better caching experience.
0.0.1 #
- Initial release.