rebloc 0.0.7 copy "rebloc: ^0.0.7" to clipboard
rebloc: ^0.0.7 copied to clipboard

outdated

A state management library for Flutter that combines aspects of Redux and BLoC. Rebloc uses streams and BLoCs to compose middleware and reducers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rebloc

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

dependencies:
  rebloc: ^0.0.7

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:rebloc/rebloc.dart';
17
likes
0
pub points
53%
popularity

Publisher

unverified uploader

A state management library for Flutter that combines aspects of Redux and BLoC. Rebloc uses streams and BLoCs to compose middleware and reducers.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta, rxdart

More

Packages that depend on rebloc