analysis_server_plugin 0.1.0-dev.1 copy "analysis_server_plugin: ^0.1.0-dev.1" to clipboard
analysis_server_plugin: ^0.1.0-dev.1 copied to clipboard

A framework and support code for building plugins for the analysis server.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add analysis_server_plugin

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

dependencies:
  analysis_server_plugin: ^0.1.0-dev.1

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:analysis_server_plugin/edit/correction_utils.dart';
import 'package:analysis_server_plugin/edit/dart/correction_producer.dart';
import 'package:analysis_server_plugin/edit/dart/dart_fix_kind_priority.dart';
import 'package:analysis_server_plugin/edit/fix/dart_fix_context.dart';
import 'package:analysis_server_plugin/edit/fix/fix.dart';
import 'package:analysis_server_plugin/edit/fix/fix_context.dart';
import 'package:analysis_server_plugin/plugin.dart';
import 'package:analysis_server_plugin/registry.dart';
0
likes
95
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

A framework and support code for building plugins for the analysis server.

Repository (GitHub)
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, analyzer_plugin, meta

More

Packages that depend on analysis_server_plugin