riverpod_stateful_service 5.2.0 copy "riverpod_stateful_service: ^5.2.0" to clipboard
riverpod_stateful_service: ^5.2.0 copied to clipboard

This package provides a lightweight stateful_service wrapper for Riverpod. See the stateful_service package for more information.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add riverpod_stateful_service

With Flutter:

 $ flutter pub add riverpod_stateful_service

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

dependencies:
  riverpod_stateful_service: ^5.2.0

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_stateful_service/riverpod_stateful_service.dart';
2
likes
150
points
539
downloads

Publisher

verified publisherwolverinebeach.net

Weekly Downloads

This package provides a lightweight stateful_service wrapper for Riverpod. See the stateful_service package for more information.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

riverpod, stateful_service

More

Packages that depend on riverpod_stateful_service