riverpod_container_async 2.0.0 copy "riverpod_container_async: ^2.0.0" to clipboard
riverpod_container_async: ^2.0.0 copied to clipboard

A library that supports asynchronous disposal of Riverpod's ProviderContainer.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add riverpod_container_async

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

dependencies:
  riverpod_container_async: ^2.0.0

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:riverpod_container_async/riverpod_container_async.dart';
0
likes
150
points
685
downloads

Publisher

verified publishereaglesakura.com

Weekly Downloads

A library that supports asynchronous disposal of Riverpod's ProviderContainer.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

armyknife_task_queue, flutter, flutter_riverpod, riverpod

More

Packages that depend on riverpod_container_async