image_downloader_web 1.0.2 image_downloader_web: ^1.0.2 copied to clipboard
A Flutter plugin for downloading images from URL to user's device. This plugin only works for Flutter web.
0.0.1 #
- Support for downloading images from web
0.0.2 #
- Added README.md
0.0.3 #
Replaced dart:html with universal_html to support every platform
1.0.0 #
Plugin description changed
1.0.1 #
Added support for downloading images from file bytes and ability to specify image name - Thanks @LucaDillenburg
1.0.2 #
Added new usage documentation in README.md