riverpod_builder 0.1.8 copy "riverpod_builder: ^0.1.8" to clipboard
riverpod_builder: ^0.1.8 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 Dart:

 $ dart pub add riverpod_builder

With Flutter:

 $ flutter pub add riverpod_builder

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

dependencies:
  riverpod_builder: ^0.1.8

Alternatively, your editor might support dart pub get or 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
0
pub points
19%
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

License

unknown (LICENSE)

Dependencies

flutter, flutter_riverpod

More

Packages that depend on riverpod_builder