annotation_indexer 0.0.3 copy "annotation_indexer: ^0.0.3" to clipboard
annotation_indexer: ^0.0.3 copied to clipboard

A tool to inspect annotations in dart files

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add annotation_indexer

With Flutter:

 $ flutter pub add annotation_indexer

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

dependencies:
  annotation_indexer: ^0.0.3

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:annotation_indexer/annotation_indexer.dart';
1
likes
140
points
64
downloads

Publisher

verified publisherpowerboo.com

Weekly Downloads

A tool to inspect annotations in dart files

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, code_builder, dart_style, path

More

Packages that depend on annotation_indexer