analyzer_kit 1.0.0 copy "analyzer_kit: ^1.0.0" to clipboard
analyzer_kit: ^1.0.0 copied to clipboard

A Dart Analyzer plugin providing lint rules and quick fixes for analyzer_kit annotations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add analyzer_kit

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

dependencies:
  analyzer_kit: ^1.0.0

Alternatively, your editor might support dart 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/main.dart';
5
likes
0
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart Analyzer plugin providing lint rules and quick fixes for analyzer_kit annotations.

Repository (GitHub)
View/report issues

Topics

#analyzer #linting #codegen #annotation

License

unknown (license)

Dependencies

analysis_server_plugin, analyzer, analyzer_plugin, code_builder, dart_style

More

Packages that depend on analyzer_kit