pt_linter 0.0.7 copy "pt_linter: ^0.0.7" to clipboard
pt_linter: ^0.0.7 copied to clipboard

outdated

An analyzer plugin to extend lint rules.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pt_linter

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

dependencies:
  pt_linter: ^0.0.7

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:pt_linter/cli/cli_utils.dart';
import 'package:pt_linter/logger/log.dart';
import 'package:pt_linter/mirror_plugin.dart';
import 'package:pt_linter/mirror_visitor.dart';
import 'package:pt_linter/starter.dart';
import 'package:pt_linter/utils/map_utils.dart';
0
likes
0
pub points
7%
popularity

Publisher

unverified uploader

An analyzer plugin to extend lint rules.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, analyzer_plugin, glob, path, pub_semver, quick_log, yaml

More

Packages that depend on pt_linter