analysis_services 0.4.0 copy "analysis_services: ^0.4.0" to clipboard
analysis_services: ^0.4.0 copied to clipboard

discontinued
outdatedDart 1 only

A set of services on top of Analysis Engine

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add analysis_services

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

dependencies:
  analysis_services: ^0.4.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:analysis_services/correction/change.dart';
import 'package:analysis_services/correction/fix.dart';
import 'package:analysis_services/correction/source_range_factory.dart';
import 'package:analysis_services/index/index.dart';
import 'package:analysis_services/index/index_store.dart';
import 'package:analysis_services/index/local_file_index.dart';
import 'package:analysis_services/index/local_memory_index.dart';
import 'package:analysis_services/search/hierarchy.dart';
import 'package:analysis_services/search/search_engine.dart';
0
likes
10
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

A set of services on top of Analysis Engine

License

BSD-3-Clause (license)

Dependencies

analyzer

More

Packages that depend on analysis_services