adeptannotations 6.0.0+1 copy "adeptannotations: ^6.0.0+1" to clipboard
adeptannotations: ^6.0.0+1 copied to clipboard

Defines the annotations used by adeptgenerator (https://pub.dev/packages/adeptgenerator) to generate code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add adeptannotations

With Flutter:

 $ flutter pub add adeptannotations

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

dependencies:
  adeptannotations: ^6.0.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:adeptannotations/adeptannotations.dart';
1
likes
130
pub points
38%
popularity

Publisher

unverified uploader

Defines the annotations used by adeptgenerator (https://pub.dev/packages/adeptgenerator) to generate code.

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on adeptannotations