pyramid_lint 1.5.0 copy "pyramid_lint: ^1.5.0" to clipboard
pyramid_lint: ^1.5.0 copied to clipboard

Linting tool for Dart and Flutter projects to encourage good coding practices.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pyramid_lint

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

dependencies:
  pyramid_lint: ^1.5.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:pyramid_lint/pyramid_lint.dart';
7
likes
110
pub points
72%
popularity
screenshot

Publisher

unverified uploader

Linting tool for Dart and Flutter projects to encourage good coding practices.

Repository (GitHub)
View/report issues
Contributing

Topics

#lints #analyzer

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, analyzer_plugin, collection, custom_lint_builder, meta, pubspec_parse, yaml

More

Packages that depend on pyramid_lint