- Fix building issue with Flutter v3.27.0.
- Add optional
cacheKey
parameter toCachedNetworkSVGImage
constructor to allow custom cache key generation. - Update
README.md
with more detailed information about the package.
Stable version release 🎉.
- Add support to pass CustomCacheManager instead of the DefaultCacheManager, thanks to aospiridonov.
- Add support to pass headers to the network request, thanks to joukhar.
- Fix supported platforms bug.
- Add support for Windows and Linux.
- Migrate to
flutter_svg
2.0.4. - Fix mount bug.
- Performance enhancements.
- Migrate to
flutter_svg
2.0.1.
- Add support for functions (
preCache
-clearCacheForUrl
-clearCache
) built-in inside theCachedNetworkSVGImage
class.
- Pass the fade animation duration
fadeDuration
from the outside constructor. - Exclude the params from the url cache key for better caching experience.
- Initial release.