defaults_provider_annotations 3.0.0 copy "defaults_provider_annotations: ^3.0.0" to clipboard
defaults_provider_annotations: ^3.0.0 copied to clipboard

Contains annotations to drive the code generator that creates defaults providers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add defaults_provider_annotations

With Flutter:

 $ flutter pub add defaults_provider_annotations

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

dependencies:
  defaults_provider_annotations: ^3.0.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:defaults_provider_annotations/defaults_provider_annotations.dart';
0
likes
160
points
29
downloads

Publisher

verified publishersquarealfa.com

Weekly Downloads

Contains annotations to drive the code generator that creates defaults providers.

Homepage
Repository (GitLab)

Documentation

API reference

License

MPL-2.0 (license)

More

Packages that depend on defaults_provider_annotations