fast_download_manager 1.2.0
fast_download_manager: ^1.2.0 copied to clipboard
A lightweight Flutter package for downloading files with real-time progress tracking.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fast_download_managerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fast_download_manager: ^1.2.0Alternatively, 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:fast_download_manager/fast_download_manager.dart';