universal_image 0.1.2
universal_image: ^0.1.2 copied to clipboard
A flutter package to display all image types for all platforms
0.0.1 Initial release #
- Initial release
0.0.2 svg skia for web #
- Allow to use flutter_svg on web via skia
- Update documentation
0.0.3 add Icon provider #
- Support Icon font image
0.0.4 add memory provider #
- Support memory image from Uint8List
0.0.5 add placeholder #
- Add placeholder for flutter svg and extended image
0.0.6 fix placeholder issue #
- Correct placeholder for extended image
0.0.6+1 Update extended_image #
- Update extended_image to fix build issue on flutter master
0.0.6+2 Update extended_image #
- Increase extended_image dev version
0.0.6+3 Update extended_image #
- Correct extended_image dev version
0.0.6+4 Add clear cache #
- Add clear cache method
0.0.6+5 Update cache settings #
- Update cache settings
0.0.7 Remove icon prefix to fix tree shake icon #
- Now using
UniversalImage.iconwith IconData to fix tree shake icons during build
0.0.8 Update flutter svg #
- Update flutter svg to fix nullOK issue on flutter master
0.0.9 Update dependencies #
- Update flutter svg & extended image
- Move to flutter stable channel
- Fix svg issue on web
- Add precache image
0.1.0 Allow to custom asset prefix #
- Allow to custom asset prefix, by default it is
assets - Update flutter svg & extended image
0.1.1 Add svg color filter cache #
- Add
cacheColorFilterfrom flutter svg
0.1.2 Add cache properties for extended image #
- Add cache properties:
compressionRatioandmaxBytesfor extended image