progress_builder 1.1.0
progress_builder: ^1.1.0 copied to clipboard
A simple wrapper for asynchronous actions with progress/loading indicators and error handling.
1.1.0 19 Jul 2021 #
- Added ActionController to trigger action from parent
1.0.7 5 Jul 2021 #
- Added documentation on how to use it with reactive_forms
1.0.6 25 Jun 2021 #
- Added named parameters & typedefs - thanks to @ajilo297
- Progress is now a standard double? (i.e.
count/total) - Extended the README
1.0.5 24 Jun 2021 #
- Added BuildContext to the builders
1.0.4 24 Jun 2021 #
- Added error parameter to the builder so that you can show errors in-line if desired
1.0.2 24 Jun 2021 #
- Progress callback moved to action
- Added onStart callback for completeness
- Created an online demo on github pages
1.0.1 23 Jun 2021 #
- Fixed the links and documentation formatting
1.0.0 22 Jun 2021 #
- Initial commit