universal_image 1.0.3
universal_image: ^1.0.3 copied to clipboard
A flutter package to display all image types for all platforms
1.0.3 Change icon provider #
- Icon provider can start with UniversalImage(IconData) like other providers
1.0.2 Update libs #
- Update flutter_svg and extended_image
- Increase minimum dart 3.0
1.0.1 Update libs #
- Update flutter_svg and extended_image
1.0.0 Support flutter 3.13.0 and refactor file io #
- Update flutter_svg and extended_image
- Support flutter 3.13.0
- Refactor file io and remove universal_io
0.1.9 Update libs #
- Update universal_io and extended_image
0.1.8 Support dart 3.0 #
- Update flutter_svg and extended_image
- Support dart 3.0
0.1.7 Update libs #
- Update flutter_svg and extended_image
- Support ColorFilter for svg
0.1.6 Update libs #
- Update flutter_svg and extended_image
- Support hero animation on extended_image slider
- Allow to switch between extended_image and flutter image
0.1.5 Support io & html #
- Update flutter_svg and extended_image
- Add platform check to support both dart:io & dart:html
0.1.4 Update libs #
- Update flutter_svg and extended_image
- Migrate to flutter 2.8
0.1.3 Sound of null safety #
- Support null safety
0.1.2 Add cache properties for extended image #
- Add cache properties:
compressionRatio
andmaxBytes
for extended image
0.1.1 Add svg color filter cache #
- Add
cacheColorFilter
from flutter svg
0.1.0 Allow to custom asset prefix #
- Allow to custom asset prefix, by default it is
assets
- Update flutter svg & extended image
0.0.9 Update dependencies #
- Update flutter svg & extended image
- Move to flutter stable channel
- Fix svg issue on web
- Add precache image
0.0.8 Update flutter svg #
- Update flutter svg to fix nullOK issue on flutter master
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.6+5 Update cache settings #
- Update cache settings
0.0.6+4 Add clear cache #
- Add clear cache method
0.0.6+3 Update extended_image #
- Correct extended_image dev version
0.0.6+2 Update extended_image #
- Increase extended_image dev version
0.0.6+1 Update extended_image #
- Update extended_image to fix build issue on flutter master
0.0.6 fix placeholder issue #
- Correct placeholder for extended image
0.0.5 add placeholder #
- Add placeholder for flutter svg and extended image
0.0.4 add memory provider #
- Support memory image from Uint8List
0.0.3 add Icon provider #
- Support Icon font image
0.0.2 svg skia for web #
- Allow to use flutter_svg on web via skia
- Update documentation
0.0.1 Initial release #
- Initial release