saga_monitor 2.0.1 copy "saga_monitor: ^2.0.1" to clipboard
saga_monitor: ^2.0.1 copied to clipboard

Simple Saga Monitor for monitoring sagas and effects created by Redux Saga.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add saga_monitor

With Flutter:

 $ flutter pub add saga_monitor

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

dependencies:
  saga_monitor: ^2.0.1

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:saga_monitor/saga_monitor.dart';
2
likes
150
points
42
downloads

Publisher

verified publisherbilaluslu.com

Weekly Downloads

Simple Saga Monitor for monitoring sagas and effects created by Redux Saga.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

redux, redux_saga

More

Packages that depend on saga_monitor