riverpod_request_helpers 0.0.4 copy "riverpod_request_helpers: ^0.0.4" to clipboard
riverpod_request_helpers: ^0.0.4 copied to clipboard

A helper for creating providers with riverpod to do async operations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add riverpod_request_helpers

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

dependencies:
  riverpod_request_helpers: ^0.0.4

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_request_helpers/riverpod_request_helpers.dart';
0
likes
110
points
23
downloads

Publisher

verified publisherfidev.io

Weekly Downloads

A helper for creating providers with riverpod to do async operations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_riverpod, freezed_annotation

More

Packages that depend on riverpod_request_helpers