riverbloc 0.5.0 copy "riverbloc: ^0.5.0" to clipboard
riverbloc: ^0.5.0 copied to clipboard

BlocProvider implementation with riverpod as alternative to provider

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add riverbloc

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

dependencies:
  riverbloc: ^0.5.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:riverbloc/riverbloc.dart';
110
likes
150
points
1.46k
downloads

Publisher

unverified uploader

Weekly Downloads

BlocProvider implementation with riverpod as alternative to provider

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

bloc, flutter, meta, riverpod

More

Packages that depend on riverbloc