async_phase_notifier 0.3.0 copy "async_phase_notifier: ^0.3.0" to clipboard
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() to listen() and add callbacks.
      • Rename AsyncErrorListener to AsyncPhaseListener and add callbacks.
        • BuildContext is not passed to onError any more.
    • Require Flutter 3.7.0 or above.
  • Add dependency on meta.
  • Warn if the result of listen() is not used.

0.1.0 #

  • Update async_phase to 0.1.0.
  • Simplify the value setter that was needlessly complex and possibly led to wrong behaviours.

0.0.1 #

  • Initial version.
3
likes
0
pub points
45%
popularity

Publisher

verified publisherkaboc.cc

A variant of ValueNotifier that helps you better manage phases of asynchronous operations.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async_phase, flutter, meta

More

Packages that depend on async_phase_notifier