fastimage 2.0.0
fastimage: ^2.0.0 copied to clipboard
Dart library that finds the size and type of an image given its uri by fetching as little as needed.
2.0.0 Null safety. #
1.0.0 First stable release. #
- Add support for
WebP,TIFF,ICOandCURimage types - Add more test cases.
0.0.2 Test automatic publishing. #
- Setup automatic publishing to
pub.devusing Github Actions.
0.0.1 Initial release. #
- Add support for
GIF,PNG,PSD,JPEGandBMPimage types - Add support for web url, local url and data url.