web_image_downloader 1.0.1 web_image_downloader: ^1.0.1 copied to clipboard
Use this package to download / save images to your computer locally, when run in web.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add web_image_downloader
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
web_image_downloader: ^1.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:web_image_downloader/web_image_downloader.dart';