defaults_provider_annotations 1.1.1 copy "defaults_provider_annotations: ^1.1.1" to clipboard
defaults_provider_annotations: ^1.1.1 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: ^1.1.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: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 (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on defaults_provider_annotations