analyzer_plugin_toolkit 1.0.1 copy "analyzer_plugin_toolkit: ^1.0.1" to clipboard
analyzer_plugin_toolkit: ^1.0.1 copied to clipboard

Building blocks for annotation-driven Dart analyzer plugins: annotation lookup that resolves by package, per-element memoization, element normalization and local alias resolution.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add analyzer_plugin_toolkit

With Flutter:

 $ flutter pub add analyzer_plugin_toolkit

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

dependencies:
  analyzer_plugin_toolkit: ^1.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_plugin_toolkit/analyzer_plugin_toolkit.dart';
0
likes
160
points
183
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Building blocks for annotation-driven Dart analyzer plugins: annotation lookup that resolves by package, per-element memoization, element normalization and local alias resolution.

Repository (GitHub)
View/report issues
Contributing

Topics

#analyzer #analyzer-plugin #lints #static-analysis

Funding

Consider supporting this project:

ko-fi.com

License

MIT (license)

Dependencies

analysis_server_plugin, analyzer, analyzer_plugin

More

Packages that depend on analyzer_plugin_toolkit