analyzer_testing 0.2.0 copy "analyzer_testing: ^0.2.0" to clipboard
analyzer_testing: ^0.2.0 copied to clipboard

Testing utilities related to the analyzer and analysis_server_plugin packages.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add analyzer_testing

With Flutter:

 $ flutter pub add analyzer_testing

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

dependencies:
  analyzer_testing: ^0.2.0

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_testing/analysis_rule/analysis_rule.dart';
import 'package:analyzer_testing/experiments/experiments.dart';
import 'package:analyzer_testing/mock_packages/mock_packages.dart';
import 'package:analyzer_testing/package_root.dart';
import 'package:analyzer_testing/resource_provider_mixin.dart';
import 'package:analyzer_testing/utilities/extensions/diagnostic_code.dart';
import 'package:analyzer_testing/utilities/extensions/resource_provider.dart';
import 'package:analyzer_testing/utilities/extensions/string.dart';
import 'package:analyzer_testing/utilities/utilities.dart';
3
likes
150
points
3.79k
downloads

Publisher

verified publishertools.dart.dev

Weekly Downloads

Testing utilities related to the analyzer and analysis_server_plugin packages.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, meta, path, test

More

Packages that depend on analyzer_testing