replay_riverpod 0.0.1-dev.1 copy "replay_riverpod: ^0.0.1-dev.1" to clipboard
replay_riverpod: ^0.0.1-dev.1 copied to clipboard

outdated

An extension to the flutter_riverpod library which adds support for undo and redo.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add replay_riverpod

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

dependencies:
  replay_riverpod: ^0.0.1-dev.1

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:replay_riverpod/replay_riverpod.dart';
3
likes
0
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

An extension to the flutter_riverpod library which adds support for undo and redo.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_riverpod

More

Packages that depend on replay_riverpod