flutter_future_progress_dialog 1.5.0
flutter_future_progress_dialog: ^1.5.0 copied to clipboard
Show a progress dialog while a Future runs and return the result. Supports Material, Cupertino, and adaptive styles with type-safe error handling.
1.5.0 #
- Fixed crash when dialog context unmounts before task completes
- Captured NavigatorState before async await to prevent null check errors
- Moved library sources to
lib/src/following standard Dart package layout - Replaced BSD-3 license with MIT
- Updated example with Material, Cupertino, custom, and failure variants
- Improved documentation and README
- Removed FVM configuration (not needed for a library)
1.4.2 #
- Avoid using
Navigator.pop()when closing progress dialog
1.4.1 #
- Included examples in pub.dev
- Improved code documentation
1.4.0 #
- Changed signatures of classes to avoid interfering with other packages
1.3.2 #
- Fixed deprecation warnings
- Fixed image in readme file
1.3.1 #
- Updated docs
1.3.0 #
- Cupertino progress dialog
- Adaptive progress dialog
- Updated flutter version
1.2.0 #
- Updated flutter version
1.1.1 #
- Fixed nullable values in result.
1.1.0 #
- Migrated to
sealed classusage for result handling.
1.0.0 #
- Initial library release.