replay_cubit 0.2.0 copy "replay_cubit: ^0.2.0" to clipboard
replay_cubit: ^0.2.0 copied to clipboard

discontinued

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.2.0

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
50%
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