rivertion 5.0.1 copy "rivertion: ^5.0.1" to clipboard
rivertion: ^5.0.1 copied to clipboard

A Flutter state management library that bridges the gap between traditional state holders and a modern, reactive consumption model.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rivertion

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

dependencies:
  rivertion: ^5.0.1

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:rivertion/rivertion.dart';
2
likes
120
points
467
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter state management library that bridges the gap between traditional state holders and a modern, reactive consumption model.

License

MIT (license)

Dependencies

args, flutter, meta, riverpod

More

Packages that depend on rivertion