riverpod_builder 0.2.1 copy "riverpod_builder: ^0.2.1" to clipboard
riverpod_builder: ^0.2.1 copied to clipboard

the package to use Riverpod's Provider like the ListView and PageView widgets.We believe that Flutter development can handle it easily.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add riverpod_builder

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

dependencies:
  riverpod_builder: ^0.2.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:riverpod_builder/riverpod_builder.dart';
2
likes
120
pub points
32%
popularity

Publisher

unverified uploader

the package to use Riverpod's Provider like the ListView and PageView widgets.We believe that Flutter development can handle it easily.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_riverpod

More

Packages that depend on riverpod_builder