rive_bloc 0.0.4 copy "rive_bloc: ^0.0.4" to clipboard
rive_bloc: ^0.0.4 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
copied to clipboard

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.4
copied to clipboard

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';
copied to clipboard
1
likes
160
points
38
downloads
screenshot

Publisher

verified publisherjovazcode.com

Weekly Downloads

2024.09.26 - 2025.04.10

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

Repository (GitHub)

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