upload_progress_indicator 0.1.1 copy "upload_progress_indicator: ^0.1.1" to clipboard
upload_progress_indicator: ^0.1.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.

Changelog #

All notable changes to the File Upload Progress Indicator component will be documented in this file.

0.1.1 #

Mar 13, 2026 #

✨ Updated #

  • Updated reusable_editor to 1.3.1

0.1.0 #

Mar 12, 2026 #

✨ Updated #

  • Updated reusable_editor to 1.3.0
  • Updated cross_file to 0.3.5+2

0.0.9 #

Sep 11, 2025 #

✨ Updated #

  • Updated reusable_editor to 1.2.8

0.0.8 #

Sep 11, 2025 #

✨ Updated #

  • Updated reusable_editor to 1.2.7

0.0.7 #

Sep 9, 2025 #

✨ Updated #

  • Updated reusable_editor to 1.2.6

0.0.6 #

Sep 9, 2025 #

✨ Updated #

  • Updated reusable_editor to 1.2.5

0.0.5 #

Sep 8, 2025 #

✨ Updated #

  • Updated reusable_editor to 1.2.4

0.0.4 #

Sep 8, 2025 #

✨ Updated #

  • Updated reusable_editor to 1.2.3

0.0.3 #

Aug 22, 2025 #

✨ Updated #

  • Updated Dart sdk to 3.9.0
  • Removed flutter_lints Dependency
  • Updated reusable_editor to 1.2.2

0.0.2 #

Aug 9, 2025 #

✨ Updated #

  • Updated dependency with reusable_editor to 1.2.1

0.0.1 #

July 27, 2025 #

✨ Added #

  • FileUploadProgressIndicator wrapper widget that integrates with ImageFieldCubit

  • Support for 4 indicator variants:

    • LinearUploadProgressIndicator
    • CircularUploadProgressIndicator
    • OverlayUploadProgressIndicator
    • PercentageTextUploadIndicator
  • UploadIndicatorVariant enum to define different display types

  • ProgressChildBuilder typedef for custom child rendering

✅ Initial Release #

  • Designed using SOLID principles
  • Well-separated responsibilities for variant-specific widgets
  • Fully configurable (variant, size, color, custom builder)
  • Integrated with flutter_bloc for reactive updates

Future updates will include additional indicator types, animation enhancements, and configuration extensions.

0
likes
140
points
38
downloads

Documentation

API reference

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

MIT (license)

Dependencies

cross_file, flutter, flutter_bloc, reusable_editor

More

Packages that depend on upload_progress_indicator