file_downloader_flutter 0.0.5
file_downloader_flutter: ^0.0.5 copied to clipboard
file_downloader_flutter package help developer to download image/file from url to file manager
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add file_downloader_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
file_downloader_flutter: ^0.0.5Alternatively, 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:file_downloader_flutter/file_downloader_flutter.dart';