awesome_lints 2.2.0 copy "awesome_lints: ^2.2.0" to clipboard
awesome_lints: ^2.2.0 copied to clipboard

Comprehensive custom lint rules for Dart and Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add awesome_lints

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

dependencies:
  awesome_lints: ^2.2.0

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

Import it

Now in your Dart code, you can use:

import 'package:awesome_lints/awesome_lints.dart';
1
likes
150
points
343
downloads

Publisher

verified publisherlucasxu.dev

Weekly Downloads

Comprehensive custom lint rules for Dart and Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, analyzer_plugin, custom_lint_builder, flutter

More

Packages that depend on awesome_lints