async_phase_notifier 0.3.0
async_phase_notifier: ^0.3.0 copied to clipboard
A variant of ValueNotifier that helps you better manage phases of asynchronous operations.
0.3.0 #
- Raise minimum Flutter SDK version to 3.10.0.
- Bump async_phase to 0.3.0.
- Related refactorings.
0.2.0+1 #
- Fix description on AsyncPhaseListener.
0.2.0 #
- Breaking changes:
- Change listeners to listen to not only errors but also changes to waiting/complete phases.
- Rename
listenError()
tolisten()
and add callbacks. - Rename
AsyncErrorListener
toAsyncPhaseListener
and add callbacks.BuildContext
is not passed toonError
any more.
- Rename
- Require Flutter 3.7.0 or above.
- Change listeners to listen to not only errors but also changes to waiting/complete phases.
- Add dependency on meta.
- Warn if the result of
listen()
is not used.
0.1.0 #
- Update async_phase to 0.1.0.
- There are some breaking changes.
- Simplify the
value
setter that was needlessly complex and possibly led to wrong behaviours.
0.0.1 #
- Initial version.