analysis_server_plugin_core 1.1.5 copy "analysis_server_plugin_core: ^1.1.5" to clipboard
analysis_server_plugin_core: ^1.1.5 copied to clipboard

Core components to build a custom Dart analysis server plugin.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add analysis_server_plugin_core

With Flutter:

 $ flutter pub add analysis_server_plugin_core

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

dependencies:
  analysis_server_plugin_core: ^1.1.5

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:analysis_server_plugin_core/analysis_server_plugin_core.dart';
0
likes
150
points
55
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Core components to build a custom Dart analysis server plugin.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

analysis_server_plugin, analyzer, analyzer_plugin, analyzer_testing, dart_functionals, intl, loghub, meta, path, yaml

More

Packages that depend on analysis_server_plugin_core