linter 0.1.81 copy "linter: ^0.1.81" to clipboard
linter: ^0.1.81 copied to clipboard

unlistedoutdated

A linter for Dart, bundled with the SDK, that helps enforce coding style, flags potentially difficult to maintain, error-prone or non-performant source and generally nudges you towards writing more id [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add linter

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

dependencies:
  linter: ^0.1.81

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

76
likes
0
pub points
86%
popularity

Publisher

verified publishertools.dart.dev

A linter for Dart, bundled with the SDK, that helps enforce coding style, flags potentially difficult to maintain, error-prone or non-performant source and generally nudges you towards writing more idiomatic Dart. This package is vended into the SDK, where it is plugged into the analyzer framework; it is not intended to be used directly.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, args, glob, meta, source_span, yaml

More

Packages that depend on linter