patapata_riverpod 1.2.0 copy "patapata_riverpod: ^1.2.0" to clipboard
patapata_riverpod: ^1.2.0 copied to clipboard

This package is a plugin for Patapata that adds support for Riverpod to your Patapata app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add patapata_riverpod

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

dependencies:
  patapata_riverpod: ^1.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:patapata_riverpod/patapata_riverpod.dart';
1
likes
150
points
83
downloads

Publisher

verified publishergree.co.jp

Weekly Downloads

This package is a plugin for Patapata that adds support for Riverpod to your Patapata app.

Homepage
Repository (GitHub)
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_riverpod, patapata_core, riverpod_annotation

More

Packages that depend on patapata_riverpod