riverpod_stateful_service_annotation 7.0.1 copy "riverpod_stateful_service_annotation: ^7.0.1" to clipboard
riverpod_stateful_service_annotation: ^7.0.1 copied to clipboard

This package provides annotations to be used together with riverpod_stateful_service_generator to generate stateful service providers 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_annotation

With Flutter:

 $ flutter pub add riverpod_stateful_service_annotation

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

dependencies:
  riverpod_stateful_service_annotation: ^7.0.1

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_annotation/riverpod_stateful_service_annotation.dart';
0
likes
120
points
792
downloads

Publisher

verified publisherwolverinebeach.net

Weekly Downloads

This package provides annotations to be used together with riverpod_stateful_service_generator to generate stateful service providers for Riverpod. See the stateful_service package for more information.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

meta, riverpod, riverpod_annotation, riverpod_stateful_service, stateful_service

More

Packages that depend on riverpod_stateful_service_annotation