progress_builder 1.1.4 copy "progress_builder: ^1.1.4" to clipboard
progress_builder: ^1.1.4 copied to clipboard

A simple wrapper for asynchronous actions with progress/loading indicators and error handling.

[1.1.4] - 4 Aug 2021 #

  • Update sdk constraints
  • Add mounted_state package to handle calling setState after disposal

[1.1.3] - 4 Aug 2021 #

  • Properly handle the race condition when the widget is disposed while performing the action

[1.1.2] - 22 Jul 2021 #

  • Make ActionController streams broadcast by default to allow for widgets lifecycle

[1.1.1] - 19 Jul 2021 #

  • Added convenience classes ActionControllerMixin and DefaultActionController

[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
5
likes
130
pub points
69%
popularity

Publisher

verified publisherapexive.com

A simple wrapper for asynchronous actions with progress/loading indicators and error handling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, mounted_state

More

Packages that depend on progress_builder