riverpod_builder 0.2.0
riverpod_builder: ^0.2.0 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.0
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';