tidy 3.3.0 copy "tidy: ^3.3.0" to clipboard
tidy: ^3.3.0 copied to clipboard

A completionist set of lint rules, aligned with Dart SDK versions.

example/README.md

$ dart pub add -d tidy
# or flutter pub add -d tidy
  • Include the rules in analysis_options.yaml at the root of your project:
include: package:tidy/analysis_options.yaml  # or specify a version: analysis_options.1.0.0.yaml

# You probably do want some customization.
analyzer:
  exclude:
    - lib/src/**/*.g.dart

# Override to taste as your project evolves.
# https://dart.cn/guides/language/analysis-options#disabling-individual-rules
linter:
  rules:
    public_member_api_docs: true
    prefer_final_locals: true
    require_trailing_commas: true
    unnecessary_final: false
    use_key_in_widget_constructors: true
5
likes
140
pub points
7%
popularity

Publisher

verified publisherpracticalflutter.com

A completionist set of lint rules, aligned with Dart SDK versions.

Repository (GitHub)
View/report issues

Topics

#lints

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on tidy