riverpodx 0.1.2 copy "riverpodx: ^0.1.2" to clipboard
riverpodx: ^0.1.2 copied to clipboard

A lightweight helper package to simplify Riverpod APIs for state management for both Dart and Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add riverpodx

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

dependencies:
  riverpodx: ^0.1.2

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:riverpodx/riverpodx.dart';
1
likes
155
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight helper package to simplify Riverpod APIs for state management for both Dart and Flutter.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_riverpod, riverpod

More

Packages that depend on riverpodx