You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| [defined_async_callback_type](#defined_async_callback_type) | Checks `Future<void> Function()` definitions. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
81
-
| [defined_async_value_getter_type](#defined_async_value_getter_type) | Checks `Future<T> Function()` definitions. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
82
-
| [defined_async_value_setter_type](#defined_async_value_setter_type) | Checks `Future<void> Function(T value)` definitions. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
83
-
| [defined_value_changed_type](#defined_value_changed_type) | Checks `void Function(T value)` definitions. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
84
-
| [defined_value_getter_type](#defined_value_getter_type) | Checks `T Function()` definitions. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
85
-
| [defined_value_setter_type](#defined_value_setter_type) | Checks `void Function(T value)` definitions. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
86
-
| [defined_void_callback_type](#defined_void_callback_type) | Checks `void Function()` definitions. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
87
-
| [fixed_text_scale_rich_text](#fixed_text_scale_rich_text) | Checks usage of `textScaler` or `textScaleFactor` in `RichText` constructor. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
88
-
| [flaky_tests_with_set_up_all](#flaky_tests_with_set_up_all) | Checks `setUpAll` usages. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
89
-
| [low_readability_numeric_literals](#low_readability_numeric_literals) | Checks numeric literals with 5 or more digits. | >= Dart 3.6.0 | Practice | Stable | Info | ✅️ |
90
-
| [no_support_multi_text_direction](#no_support_multi_text_direction) | Checks if supports `TextDirection` changes. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
91
-
| [no_support_web_platform_check](#no_support_web_platform_check) | Checks if `Platform.isXxx` usages. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
92
-
| [open_type_hierarchy](#open_type_hierarchy) | Checks if class modifiers exist (final, sealed, etc.) | Any versions nilts supports | Practice | Stable | Info | ✅️ |
93
-
| [shrink_wrapped_scroll_view](#shrink_wrapped_scroll_view) | Checks the content of the scroll view is shrink wrapped. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
94
-
| [unnecessary_rebuilds_from_media_query](#unnecessary_rebuilds_from_media_query) | Checks `MediaQuery.xxxOf(context)` or `MediaQuery.maybeXxxOf(context)` usages. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
95
-
| [unsafe_null_assertion](#unsafe_null_assertion) | Checks usage of the `!` operator for forced type casting. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
80
+
| [defined_async_callback_type](#defined_async_callback_type) | Checks `Future<void> Function()` definitions. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
81
+
| [defined_async_value_getter_type](#defined_async_value_getter_type) | Checks `Future<T> Function()` definitions. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
82
+
| [defined_async_value_setter_type](#defined_async_value_setter_type) | Checks `Future<void> Function(T value)` definitions. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
83
+
| [defined_value_changed_type](#defined_value_changed_type) | Checks `void Function(T value)` definitions. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
84
+
| [defined_value_getter_type](#defined_value_getter_type) | Checks `T Function()` definitions. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
85
+
| [defined_value_setter_type](#defined_value_setter_type) | Checks `void Function(T value)` definitions. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
86
+
| [defined_void_callback_type](#defined_void_callback_type) | Checks `void Function()` definitions. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
87
+
| [fixed_text_scale_rich_text](#fixed_text_scale_rich_text) | Checks usage of `textScaler` or `textScaleFactor` in `RichText` constructor. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
88
+
| [flaky_tests_with_set_up_all](#flaky_tests_with_set_up_all) | Checks `setUpAll` usages. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
89
+
| [low_readability_numeric_literals](#low_readability_numeric_literals) | Checks numeric literals with 5 or more digits. | >= Dart 3.6.0 | Practice | Stable | Info | ✅️ |
90
+
| [no_support_multi_text_direction](#no_support_multi_text_direction) | Checks if supports `TextDirection` changes. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
91
+
| [no_support_web_platform_check](#no_support_web_platform_check) | Checks if `Platform.isXxx` usages. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
92
+
| [open_type_hierarchy](#open_type_hierarchy) | Checks if class modifiers exist (final, sealed, etc.) | Any versions nilts supports | Practice | Stable | Info | ✅️ |
93
+
| [shrink_wrapped_scroll_view](#shrink_wrapped_scroll_view) | Checks the content of the scroll view is shrink wrapped. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
94
+
| [unnecessary_rebuilds_from_media_query](#unnecessary_rebuilds_from_media_query) | Checks `MediaQuery.xxxOf(context)` or `MediaQuery.maybeXxxOf(context)` usages. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
95
+
| [unsafe_null_assertion](#unsafe_null_assertion) | Checks usage of the `!` operator for forced type casting. | Any versions nilts supports | Practice | Stable | Info | ✅️ |
96
96
| [unstable_enum_name](#unstable_enum_name) | Checks usage of enum name property. | Any versions nilts supports | Practice | Stable | Info | ❌ |
97
97
| [unstable_enum_values](#unstable_enum_values) | Checks usage of enum values property. | Any versions nilts supports | Practice | Stable | Info | ❌ |
| [defined_async_callback_type](#defined_async_callback_type) | Checks `Future<void> Function()` definitions. | Any versions nilts supports | Practice | Experimental | ✅️ |
105
-
| [defined_async_value_getter_type](#defined_async_value_getter_type) | Checks `Future<T> Function()` definitions. | Any versions nilts supports | Practice | Experimental | ✅️ |
106
-
| [defined_async_value_setter_type](#defined_async_value_setter_type) | Checks `Future<void> Function(T value)` definitions. | Any versions nilts supports | Practice | Experimental | ✅️ |
107
-
| [defined_value_changed_type](#defined_value_changed_type) | Checks `void Function(T value)` definitions. | Any versions nilts supports | Practice | Experimental | ✅️ |
108
-
| [defined_value_getter_type](#defined_value_getter_type) | Checks `T Function()` definitions. | Any versions nilts supports | Practice | Experimental | ✅️ |
109
-
| [defined_value_setter_type](#defined_value_setter_type) | Checks `void Function(T value)` definitions. | Any versions nilts supports | Practice | Experimental | ✅️ |
110
-
| [defined_void_callback_type](#defined_void_callback_type) | Checks `void Function()` definitions. | Any versions nilts supports | Practice | Experimental | ✅️ |
111
-
| [fixed_text_scale_rich_text](#fixed_text_scale_rich_text) | Checks usage of `textScaler` or `textScaleFactor` in `RichText` constructor. | Any versions nilts supports | Practice | Experimental | ✅️ |
112
-
| [flaky_tests_with_set_up_all](#flaky_tests_with_set_up_all) | Checks `setUpAll` usages. | Any versions nilts supports | Practice | Experimental | ✅️ |
113
-
| [low_readability_numeric_literals](#low_readability_numeric_literals) | Checks numeric literals with 5 or more digits. | >= Flutter 3.27.0 (Dart 3.6.0) | Practice | Experimental | ✅️ |
114
-
| [no_support_multi_text_direction](#no_support_multi_text_direction) | Checks if supports `TextDirection` changes. | Any versions nilts supports | Practice | Experimental | ✅️ |
115
-
| [no_support_web_platform_check](#no_support_web_platform_check) | Checks if `Platform.isXxx` usages. | Any versions nilts supports | Practice | Experimental | ✅️ |
116
-
| [open_type_hierarchy](#open_type_hierarchy) | Checks if class modifiers exist (final, sealed, etc.) | Any versions nilts supports | Practice | Experimental | ✅️ |
117
-
| [shrink_wrapped_scroll_view](#shrink_wrapped_scroll_view) | Checks the content of the scroll view is shrink wrapped. | Any versions nilts supports | Practice | Experimental | ✅️ |
118
-
| [unnecessary_rebuilds_from_media_query](#unnecessary_rebuilds_from_media_query) | Checks `MediaQuery.xxxOf(context)` or `MediaQuery.maybeXxxOf(context)` usages. | Any versions nilts supports | Practice | Experimental | ✅️ |
119
-
| [unsafe_null_assertion](#unsafe_null_assertion) | Checks usage of the `!` operator for forced type casting. | Any versions nilts supports | Practice | Experimental | ✅️ |
104
+
| [defined_async_callback_type](#defined_async_callback_type) | Checks `Future<void> Function()` definitions. | Any versions nilts supports | Practice | Experimental | ✅️ |
105
+
| [defined_async_value_getter_type](#defined_async_value_getter_type) | Checks `Future<T> Function()` definitions. | Any versions nilts supports | Practice | Experimental | ✅️ |
106
+
| [defined_async_value_setter_type](#defined_async_value_setter_type) | Checks `Future<void> Function(T value)` definitions. | Any versions nilts supports | Practice | Experimental | ✅️ |
107
+
| [defined_value_changed_type](#defined_value_changed_type) | Checks `void Function(T value)` definitions. | Any versions nilts supports | Practice | Experimental | ✅️ |
108
+
| [defined_value_getter_type](#defined_value_getter_type) | Checks `T Function()` definitions. | Any versions nilts supports | Practice | Experimental | ✅️ |
109
+
| [defined_value_setter_type](#defined_value_setter_type) | Checks `void Function(T value)` definitions. | Any versions nilts supports | Practice | Experimental | ✅️ |
110
+
| [defined_void_callback_type](#defined_void_callback_type) | Checks `void Function()` definitions. | Any versions nilts supports | Practice | Experimental | ✅️ |
111
+
| [fixed_text_scale_rich_text](#fixed_text_scale_rich_text) | Checks usage of `textScaler` or `textScaleFactor` in `RichText` constructor. | Any versions nilts supports | Practice | Experimental | ✅️ |
112
+
| [flaky_tests_with_set_up_all](#flaky_tests_with_set_up_all) | Checks `setUpAll` usages. | Any versions nilts supports | Practice | Experimental | ✅️ |
113
+
| [low_readability_numeric_literals](#low_readability_numeric_literals) | Checks numeric literals with 5 or more digits. | >= Flutter 3.27.0 (Dart 3.6.0) | Practice | Experimental | ✅️ |
114
+
| [no_support_multi_text_direction](#no_support_multi_text_direction) | Checks if supports `TextDirection` changes. | Any versions nilts supports | Practice | Experimental | ✅️ |
115
+
| [no_support_web_platform_check](#no_support_web_platform_check) | Checks if `Platform.isXxx` usages. | Any versions nilts supports | Practice | Experimental | ✅️ |
116
+
| [open_type_hierarchy](#open_type_hierarchy) | Checks if class modifiers exist (final, sealed, etc.) | Any versions nilts supports | Practice | Experimental | ✅️ |
117
+
| [shrink_wrapped_scroll_view](#shrink_wrapped_scroll_view) | Checks the content of the scroll view is shrink wrapped. | Any versions nilts supports | Practice | Experimental | ✅️ |
118
+
| [unnecessary_rebuilds_from_media_query](#unnecessary_rebuilds_from_media_query) | Checks `MediaQuery.xxxOf(context)` or `MediaQuery.maybeXxxOf(context)` usages. | Any versions nilts supports | Practice | Experimental | ✅️ |
119
+
| [unsafe_null_assertion](#unsafe_null_assertion) | Checks usage of the `!` operator for forced type casting. | Any versions nilts supports | Practice | Experimental | ✅️ |
120
120
| [unstable_enum_name](#unstable_enum_name) | Checks usage of enum name property. | Any versions nilts supports | Practice | Experimental | ❌ |
121
121
| [unstable_enum_values](#unstable_enum_values) | Checks usage of enum values property. | Any versions nilts supports | Practice | Experimental | ❌ |
0 commit comments