async_phase_notifier 0.5.2 copy "async_phase_notifier: ^0.5.2" to clipboard
async_phase_notifier: ^0.5.2 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add async_phase_notifier
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  async_phase_notifier: ^0.5.2
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:async_phase_notifier/async_phase_notifier.dart';
copied to clipboard
3
likes
160
points
56
downloads

Publisher

verified publisherkaboc.cc

Weekly Downloads

2024.09.20 - 2025.04.04

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

async_phase, flutter, meta

More

Packages that depend on async_phase_notifier