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.

example/awesome_lints_example.dart

// This package provides custom lint rules for Flutter applications.
// To use these lints, add them to your analysis_options.yaml file:
//
// analyzer:
//   plugins:
//     - custom_lint
//
// custom_lint:
//   rules:
//     - avoid_single_child_column_or_row
//
// Then run: dart run custom_lint

void main() {
  print('awesome_lints package - see README.md for usage instructions');
}
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