| always_put_doc_comments_before_annotations | Info | ✅ | ❌ | ✅ |
| always_specify_parameter_names | Info | ❌ | ❌ | ✅ |
| avoid_abbreviations_in_doc_comments | Warning | ❌ | ✅ | ✅ |
| avoid_dynamic | Info | ❌ | ❌ | ✅ |
| avoid_empty_blocks | Warning | ❌ | ❌ | ✅ |
| avoid_inverted_boolean_expressions | Info | ✅ | ❌ | ✅ |
| avoid_mutable_global_variables | Warning | ❌ | ❌ | ✅ |
| avoid_nested_if | Warning | ❌ | ✅ | ✅ |
| avoid_positional_fields_in_records | Info | ❌ | ❌ | ✅ |
| avoid_redundant_pattern_field_names | Info | ✅ | ❌ | ✅ |
| avoid_unused_parameters | Warning | ❌ | ✅ | ✅ |
| boolean_prefixes | Info | ❌ | ✅ | ❌ |
| class_members_ordering | Info | ❌ | ❌ | ❌ |
| max_lines_for_file | Info | ❌ | ✅ | ❌ |
| max_lines_for_function | Info | ❌ | ✅ | ❌ |
| max_switch_cases | Warning | ❌ | ✅ | ❌ |
| no_duplicate_imports | Info | ❌ | ❌ | ✅ |
| no_self_comparisons | Warning | ❌ | ❌ | ✅ |
| prefer_async_await | Info | ❌ | ❌ | ✅ |
| prefer_const_constructor_declarations | Info | ✅ | ❌ | ✅ |
| prefer_immediate_return | 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 | ❌ | ❌ | ✅ |
| unnecessary_nullable_return_type | Warning | ✅ | ❌ | ✅ |