flutter_uploader 1.2.1  flutter_uploader: ^1.2.1 copied to clipboard
flutter_uploader: ^1.2.1 copied to clipboard
background upload plugin for flutter
Use this package as a library
Depend on it
Run this command:
With Flutter:
 $ flutter pub add flutter_uploaderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  flutter_uploader: ^1.2.1Alternatively, 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:flutter_uploader/flutter_uploader.dart';