rive_bloc 0.0.3 copy "rive_bloc: ^0.0.3" to clipboard
rive_bloc: ^0.0.3 copied to clipboard

A Simplified Flutter BLoC API Layer, Deeply Inspired by Riverpod. RiveBloc makes working with BLoC less verbose and less time-consuming.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rive_bloc

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

dependencies:
  rive_bloc: ^0.0.3

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:rive_bloc/rive_bloc.dart';
0
likes
160
pub points
50%
popularity
screenshot

Publisher

verified publisherjovazcode.com

A Simplified Flutter BLoC API Layer, Deeply Inspired by Riverpod. RiveBloc makes working with BLoC less verbose and less time-consuming.

Repository (GitHub)
View/report issues

Topics

#bloc #riverpod #state-management #providers #bloc-to-bloc

Documentation

API reference

License

MIT (license)

Dependencies

bloc, bloc_concurrency, flutter, flutter_bloc, get_it, meta, stack_trace, uuid

More

Packages that depend on rive_bloc