leobit_lints 0.4.0 copy "leobit_lints: ^0.4.0" to clipboard
leobit_lints: ^0.4.0 copied to clipboard

Lints for Dart and Flutter with some custom rules from Leobit

Leobit Lints #

Lint rules for Dart and Flutter developed by Leobit.

Note: This package was inspired by Very Good Analysis.

Usage #

To use the lints, add as a dev dependency in your pubspec.yaml:

dev_dependencies:
  leobit_lints: <latest-version>

Then, add an include in analysis_options.yaml:

include: package:leobit_lints/leobit_lints.yaml

Custom Rules: #

  • avoid_bang_operator
  • avoid_late_keyword
  • avoid_redundant_async
  • use_const_border
  • use_const_border_radius
  • use_list_view
  • avoid_dynamic_type
  • avoid_widget_function
8
likes
0
points
142
downloads

Publisher

verified publisherleobit.com

Weekly Downloads

Lints for Dart and Flutter with some custom rules from Leobit

Repository (GitLab)
View/report issues

Topics

#linter #lints #analyzer #analysis

License

unknown (license)

Dependencies

analyzer, collection, custom_lint_builder

More

Packages that depend on leobit_lints