bloc_signals_replay 0.9.0 copy "bloc_signals_replay: ^0.9.0" to clipboard
bloc_signals_replay: ^0.9.0 copied to clipboard

Undo and redo state history tracking utilities for CubitSignal and BlocSignal.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bloc_signals_replay

With Flutter:

 $ flutter pub add bloc_signals_replay

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

dependencies:
  bloc_signals_replay: ^0.9.0

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

Import it

Now in your Dart code, you can use:

import 'package:bloc_signals_replay/bloc_signals_replay.dart';
0
likes
160
points
117
downloads

Documentation

API reference

Publisher

verified publisherstonehenge.com

Weekly Downloads

Undo and redo state history tracking utilities for CubitSignal and BlocSignal.

Repository (GitHub)
View/report issues

Topics

#bloc #signals #replay #undo #state-management

License

MIT (license)

Dependencies

bloc_signals, meta, signals_core

More

Packages that depend on bloc_signals_replay