replay_cubit 0.3.0-dev.1 copy "replay_cubit: ^0.3.0-dev.1" to clipboard
replay_cubit: ^0.3.0-dev.1 copied to clipboard

discontinued
outdated

An extension to the cubit state management library which adds support for undo and redo.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add replay_cubit

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

dependencies:
  replay_cubit: ^0.3.0-dev.1

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

Import it

Now in your Dart code, you can use:

import 'package:replay_cubit/replay_cubit.dart';
11
likes
40
pub points
51%
popularity

Publisher

verified publisherbloc-dev.com

An extension to the cubit state management library which adds support for undo and redo.

Repository (GitHub)
View/report issues
Contributing

License

MIT (LICENSE)

Dependencies

cubit

More

Packages that depend on replay_cubit