upload_progress_indicator 0.0.1 copy "upload_progress_indicator: ^0.0.1" to clipboard
upload_progress_indicator: ^0.0.1 copied to clipboard

A customizable file upload progress indicator widget for Flutter, supporting multiple variants (linear, circular, overlay, and percentage text) and integration with flutter_bloc state management.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add upload_progress_indicator

With Flutter:

 $ flutter pub add upload_progress_indicator

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

dependencies:
  upload_progress_indicator: ^0.0.1

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:upload_progress_indicator/upload_progress_indicator.dart';
0
likes
0
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable file upload progress indicator widget for Flutter, supporting multiple variants (linear, circular, overlay, and percentage text) and integration with flutter_bloc state management.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cross_file, flutter, flutter_bloc, reusable_editor

More

Packages that depend on upload_progress_indicator