cat_analyzer_plugin 1.0.1 copy "cat_analyzer_plugin: ^1.0.1" to clipboard
cat_analyzer_plugin: ^1.0.1 copied to clipboard

outdated

A Dart Analyzer Plugin.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cat_analyzer_plugin

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

dependencies:
  cat_analyzer_plugin: ^1.0.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:cat_analyzer_plugin/analyzer/cat_analyzer.dart';
import 'package:cat_analyzer_plugin/configs/rule_config.dart';
import 'package:cat_analyzer_plugin/custom_code_analysis.dart';
import 'package:cat_analyzer_plugin/fix_contributor/avoid_using_hard_coded_string_fix.dart';
import 'package:cat_analyzer_plugin/model/analysis_options.dart';
import 'package:cat_analyzer_plugin/model/error_issue.dart';
import 'package:cat_analyzer_plugin/model/rule.dart';
import 'package:cat_analyzer_plugin/plugin/cat_plugin.dart';
import 'package:cat_analyzer_plugin/plugin/starter.dart';
import 'package:cat_analyzer_plugin/rules/avoid_hard_coded_string_rule.dart';
import 'package:cat_analyzer_plugin/rules/avoid_hard_coded_url_rule.dart';
import 'package:cat_analyzer_plugin/rules/prefer_double_quotes_rule.dart';
import 'package:cat_analyzer_plugin/utils/issue_map_util.dart';
import 'package:cat_analyzer_plugin/visitor/custom_ast_visitor.dart';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A Dart Analyzer Plugin.

License

unknown (LICENSE)

Dependencies

_fe_analyzer_shared, analyzer, analyzer_plugin

More

Packages that depend on cat_analyzer_plugin