upload_progress_indicator 0.1.1
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.0.3 #
0.0.1 #
July 27, 2025 #
✨ Added #
-
FileUploadProgressIndicatorwrapper widget that integrates withImageFieldCubit -
Support for 4 indicator variants:
LinearUploadProgressIndicatorCircularUploadProgressIndicatorOverlayUploadProgressIndicatorPercentageTextUploadIndicator
-
UploadIndicatorVariantenum to define different display types -
ProgressChildBuildertypedef 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_blocfor reactive updates
Future updates will include additional indicator types, animation enhancements, and configuration extensions.