flutter_file_uploader 1.1.0 copy "flutter_file_uploader: ^1.1.0" to clipboard
flutter_file_uploader: ^1.1.0 copied to clipboard

Flutter widgets that simplify the creation and use of the en_file_uploader library. They include both the UI and business logic for file management.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_file_uploader

With Flutter:

 $ flutter pub add flutter_file_uploader

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_file_uploader: ^1.1.0

Alternatively, your editor might support dart pub get or 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_file_uploader/flutter_file_uploader.dart';
6
likes
0
pub points
56%
popularity

Publisher

verified publishermattiapispisa.it

Flutter widgets that simplify the creation and use of the en_file_uploader library. They include both the UI and business logic for file management.

Homepage
Repository (GitHub)
View/report issues

Topics

#file #upload #widget #en-file-uploader

License

unknown (license)

Dependencies

en_file_uploader, flutter, mobkit_dashed_border, provider

More

Packages that depend on flutter_file_uploader