analyzer_kit_annotation 1.0.0+1 copy "analyzer_kit_annotation: ^1.0.0+1" to clipboard
analyzer_kit_annotation: ^1.0.0+1 copied to clipboard

Annotations for use with the analyzer_kit analyzer plugin.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add analyzer_kit_annotation

With Flutter:

 $ flutter pub add analyzer_kit_annotation

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

dependencies:
  analyzer_kit_annotation: ^1.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:analyzer_kit_annotation/analyzer_kit_annotation.dart';
1
likes
160
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

Annotations for use with the analyzer_kit analyzer plugin.

Repository (GitHub)
View/report issues

Topics

#annotation #analyzer #codegen

Documentation

API reference

License

MIT (license)

Dependencies

collection

More

Packages that depend on analyzer_kit_annotation