- Support standard base64 image source
- Add bytes memory provider
- Icon provider can start with UniversalImage(IconData) like other providers
- Update flutter_svg and extended_image
- Increase minimum dart 3.0
- Update flutter_svg and extended_image
- Update flutter_svg and extended_image
- Support flutter 3.13.0
- Refactor file io and remove universal_io
- Update universal_io and extended_image
- Update flutter_svg and extended_image
- Support dart 3.0
- Update flutter_svg and extended_image
- Support ColorFilter for svg
- Update flutter_svg and extended_image
- Support hero animation on extended_image slider
- Allow to switch between extended_image and flutter image
- Update flutter_svg and extended_image
- Add platform check to support both dart:io & dart:html
- Update flutter_svg and extended_image
- Migrate to flutter 2.8
- Support null safety
- Add cache properties:
compressionRatio
andmaxBytes
for extended image
- Add
cacheColorFilter
from flutter svg
- Allow to custom asset prefix, by default it is
assets
- Update flutter svg & extended image
- Update flutter svg & extended image
- Move to flutter stable channel
- Fix svg issue on web
- Add precache image
- Update flutter svg to fix nullOK issue on flutter master
- Now using
UniversalImage.icon
with IconData to fix tree shake icons during build
- Update cache settings
- Add clear cache method
- Correct extended_image dev version
- Increase extended_image dev version
- Update extended_image to fix build issue on flutter master
- Correct placeholder for extended image
- Add placeholder for flutter svg and extended image
- Support memory image from Uint8List
- Support Icon font image
- Allow to use flutter_svg on web via skia
- Update documentation
- Initial release