bloc_redux 0.7.0 copy "bloc_redux: ^0.7.0" to clipboard
bloc_redux: ^0.7.0 copied to clipboard

outdated

Bloc meets Redux. Replace redux's reducers with blocs and StreamBuilder to make things easier.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bloc_redux

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

dependencies:
  bloc_redux: ^0.7.0

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

Publisher

unverified uploader

Bloc meets Redux. Replace redux's reducers with blocs and StreamBuilder to make things easier.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on bloc_redux