Available Lints
Dart Lints
| Lint Name | Severity | Quick Fix | Options | Preset |
|---|---|---|---|---|
| always_put_doc_comments_before_annotations | Info | ✅ | ❌ | ✅ |
| always_specify_parameter_names | Info | ❌ | ❌ | ✅ |
| avoid_dynamic | Info | ❌ | ❌ | ✅ |
| avoid_empty_blocks | Warning | ❌ | ❌ | ✅ |
| avoid_mutable_global_variables | Warning | ❌ | ❌ | ✅ |
| avoid_positional_fields_in_records | Info | ❌ | ❌ | ✅ |
| avoid_unused_parameters | Warning | ❌ | ✅ | ✅ |
| class_members_ordering | Info | ❌ | ❌ | ❌ |
| max_lines_for_file | Info | ❌ | ✅ | ❌ |
| max_lines_for_function | Info | ❌ | ✅ | ❌ |
| no_duplicate_imports | Info | ❌ | ❌ | ✅ |
| no_self_comparisons | Warning | ❌ | ❌ | ✅ |
| prefer_async_await | Info | ❌ | ❌ | ✅ |
| prefer_iterable_any | Info | ✅ | ❌ | ✅ |
| prefer_iterable_every | Info | ✅ | ❌ | ✅ |
| prefer_iterable_first | Info | ✅ | ❌ | ✅ |
| prefer_iterable_last | Info | ✅ | ❌ | ✅ |
| prefer_library_prefixes | Info | ✅ | ✅ | ❌ |
| prefer_new_line_before_return | Info | ✅ | ❌ | ❌ |
| prefer_underscore_for_unused_callback_parameters | Info | ❌ | ❌ | ✅ |
| proper_from_environment | Warning | ✅ | ❌ | ❌ |
| unnecessary_nullable_return_type | Warning | ✅ | ❌ | ✅ |
Flutter Lints
| Lint Name | Severity | Quick Fix | Options | Preset |
|---|---|---|---|---|
| avoid_public_members_in_states | Info | ❌ | ❌ | ✅ |
| avoid_single_child_in_flex | Info | ✅ | ❌ | ✅ |
| dispose_controllers | Error | ✅ | ❌ | ✅ |
| prefer_async_callback | Info | ✅ | ❌ | ✅ |
| prefer_border_from_border_side | Info | ✅ | ❌ | ✅ |
| prefer_border_radius_all | Info | ✅ | ❌ | ✅ |
| prefer_dedicated_media_query_functions | Info | ✅ | ❌ | ✅ |
| prefer_text_rich | Info | ✅ | ❌ | ✅ |
| prefer_void_callback | Info | ✅ | ❌ | ✅ |
| proper_edge_insets_constructors | Info | ✅ | ❌ | ✅ |
| proper_expanded_and_flexible | Error | ❌ | ❌ | ✅ |
| proper_super_dispose | Error | ✅ | ❌ | ✅ |
| proper_super_init_state | Error | ✅ | ❌ | ✅ |
| specify_icon_button_tooltip | Info | ✅ | ❌ | ❌ |
| use_spacer | Info | ✅ | ❌ | ✅ |
