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

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.8.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
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

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

License

MIT (license)

Dependencies

flutter

More

Packages that depend on bloc_redux