riverpod_effects 1.0.0 copy "riverpod_effects: ^1.0.0" to clipboard
riverpod_effects: ^1.0.0 copied to clipboard

One-time side effects (navigation, snackbars, dialogs) for Riverpod.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add riverpod_effects

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

dependencies:
  riverpod_effects: ^1.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_effects/riverpod_effects.dart';
4
likes
160
points
5
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

One-time side effects (navigation, snackbars, dialogs) for Riverpod.

Repository (GitHub)
View/report issues

Topics

#riverpod #side-effects #state-management #flutter

License

MIT (license)

Dependencies

flutter, meta, riverpod

More

Packages that depend on riverpod_effects