universal_image 0.0.8
universal_image: ^0.0.8 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.icon
with IconData to fix tree shake icons during build
[0.0.8] - Update flutter svg #
- Update flutter svg to fix nullOK issue on flutter master