provider_group_generator 1.0.0+2 copy "provider_group_generator: ^1.0.0+2" to clipboard
provider_group_generator: ^1.0.0+2 copied to clipboard

Generates static classes that aggregate annotated Riverpod providers for easy access and organization. Use with provider_group_annotation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add provider_group_generator

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

dependencies:
  provider_group_generator: ^1.0.0+2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:provider_group_generator/provider_group_generator.dart';
2
likes
150
points
2
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Generates static classes that aggregate annotated Riverpod providers for easy access and organization. Use with provider_group_annotation.

Homepage
Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

analyzer, build, code_builder, dart_style, dartx, glob, meta, provider_group_annotation, riverpod_annotation, source_gen, yaml

More

Packages that depend on provider_group_generator