future_manager 1.7.0 future_manager: ^1.7.0 copied to clipboard
ValueNotifier and ValueListenableBuilder but for asynchronous value.
[1.7.0] - 17 Aug 2023 #
- improve
onError
on FutureManagerexecute
method: Allow error overriding
[1.6.0] - 18 May 2023 #
FutureManagerBuilder
now delay listener for one frame to not build a existing data if reset is called- Fix
FutureManagerBuilder
onError isn't called on init state if FutureManager already has an error
[1.5.0] - 26 April 2023 #
- Improve callback parameter naming convention
- add
reportError
toFutureManager
[1.4.0] - 1 February 2023 #
- Fix multiple provider's errorListener being called on multiple listener
[1.3.0] - 18 January 2023 #
- Internal source code architecture changed, No Breaking change
[1.2.0] - 6 January 2023 #
- add
onReadyOnce
method to FutureManagerBuilder
[1.1.0] - 15 November 2022 #
- add
build
method to FutureManager
[1.0.1] - 7 September 2022 #
- Update pubspec.yaml
[1.0.0+1] - 25 August 2022 #
- Update pubspec.yaml
[1.0.0] - 1 July 2022 #
- Rename some field and attribute
- update README and Example
- stable release
[0.0.1] - 1 July 2022 #
- Initial release