tree: 1dbde5543440a9d1c90eb8e6bb4d90b9de06925a [path history] [tgz]
  1. pub/
  2. always_declare_return_types.dart
  3. always_put_control_body_on_new_line.dart
  4. always_put_required_named_parameters_first.dart
  5. always_require_non_null_named_parameters.dart
  6. always_specify_types.dart
  7. always_use_package_imports.dart
  8. annotate_overrides.dart
  9. avoid_annotating_with_dynamic.dart
  10. avoid_as.dart
  11. avoid_bool_literals_in_conditional_expressions.dart
  12. avoid_catches_without_on_clauses.dart
  13. avoid_catching_errors.dart
  14. avoid_classes_with_only_static_members.dart
  15. avoid_double_and_int_checks.dart
  16. avoid_dynamic_calls.dart
  17. avoid_empty_else.dart
  18. avoid_equals_and_hash_code_on_mutable_classes.dart
  19. avoid_escaping_inner_quotes.dart
  20. avoid_field_initializers_in_const_classes.dart
  21. avoid_function_literals_in_foreach_calls.dart
  22. avoid_implementing_value_types.dart
  23. avoid_init_to_null.dart
  24. avoid_js_rounded_ints.dart
  25. avoid_null_checks_in_equality_operators.dart
  26. avoid_positional_boolean_parameters.dart
  27. avoid_print.dart
  28. avoid_private_typedef_functions.dart
  29. avoid_redundant_argument_values.dart
  30. avoid_relative_lib_imports.dart
  31. avoid_renaming_method_parameters.dart
  32. avoid_return_types_on_setters.dart
  33. avoid_returning_null.dart
  34. avoid_returning_null_for_future.dart
  35. avoid_returning_null_for_void.dart
  36. avoid_returning_this.dart
  37. avoid_setters_without_getters.dart
  38. avoid_shadowing_type_parameters.dart
  39. avoid_single_cascade_in_expression_statements.dart
  40. avoid_slow_async_io.dart
  41. avoid_type_to_string.dart
  42. avoid_types_as_parameter_names.dart
  43. avoid_types_on_closure_parameters.dart
  44. avoid_unnecessary_containers.dart
  45. avoid_unused_constructor_parameters.dart
  46. avoid_void_async.dart
  47. avoid_web_libraries_in_flutter.dart
  48. await_only_futures.dart
  49. camel_case_extensions.dart
  50. camel_case_types.dart
  51. cancel_subscriptions.dart
  52. cascade_invocations.dart
  53. cast_nullable_to_non_nullable.dart
  54. close_sinks.dart
  55. comment_references.dart
  56. constant_identifier_names.dart
  57. control_flow_in_finally.dart
  58. curly_braces_in_flow_control_structures.dart
  59. diagnostic_describe_all_properties.dart
  60. directives_ordering.dart
  61. do_not_use_environment.dart
  62. empty_catches.dart
  63. empty_constructor_bodies.dart
  64. empty_statements.dart
  65. exhaustive_cases.dart
  66. file_names.dart
  67. flutter_style_todos.dart
  68. hash_and_equals.dart
  69. implementation_imports.dart
  70. invariant_booleans.dart
  71. iterable_contains_unrelated_type.dart
  72. join_return_with_assignment.dart
  73. leading_newlines_in_multiline_strings.dart
  74. library_names.dart
  75. library_prefixes.dart
  76. lines_longer_than_80_chars.dart
  77. list_remove_unrelated_type.dart
  78. literal_only_boolean_expressions.dart
  79. missing_whitespace_between_adjacent_strings.dart
  80. no_adjacent_strings_in_list.dart
  81. no_default_cases.dart
  82. no_duplicate_case_values.dart
  83. no_logic_in_create_state.dart
  84. no_runtimeType_toString.dart
  85. non_constant_identifier_names.dart
  86. null_check_on_nullable_type_parameter.dart
  87. null_closures.dart
  88. omit_local_variable_types.dart
  89. one_member_abstracts.dart
  90. only_throw_errors.dart
  91. overridden_fields.dart
  92. package_api_docs.dart
  93. package_prefixed_library_names.dart
  94. parameter_assignments.dart
  95. prefer_adjacent_string_concatenation.dart
  96. prefer_asserts_in_initializer_lists.dart
  97. prefer_asserts_with_message.dart
  98. prefer_bool_in_asserts.dart
  99. prefer_collection_literals.dart
  100. prefer_conditional_assignment.dart
  101. prefer_const_constructors.dart
  102. prefer_const_constructors_in_immutables.dart
  103. prefer_const_declarations.dart
  104. prefer_const_literals_to_create_immutables.dart
  105. prefer_constructors_over_static_methods.dart
  106. prefer_contains.dart
  107. prefer_double_quotes.dart
  108. prefer_equal_for_default_values.dart
  109. prefer_expression_function_bodies.dart
  110. prefer_final_fields.dart
  111. prefer_final_in_for_each.dart
  112. prefer_final_locals.dart
  113. prefer_for_elements_to_map_fromIterable.dart
  114. prefer_foreach.dart
  115. prefer_function_declarations_over_variables.dart
  116. prefer_generic_function_type_aliases.dart
  117. prefer_if_elements_to_conditional_expressions.dart
  118. prefer_if_null_operators.dart
  119. prefer_initializing_formals.dart
  120. prefer_inlined_adds.dart
  121. prefer_int_literals.dart
  122. prefer_interpolation_to_compose_strings.dart
  123. prefer_is_empty.dart
  124. prefer_is_not_empty.dart
  125. prefer_is_not_operator.dart
  126. prefer_iterable_whereType.dart
  127. prefer_mixin.dart
  128. prefer_null_aware_operators.dart
  129. prefer_relative_imports.dart
  130. prefer_single_quotes.dart
  131. prefer_spread_collections.dart
  132. prefer_typing_uninitialized_variables.dart
  133. prefer_void_to_null.dart
  134. provide_deprecation_message.dart
  135. public_member_api_docs.dart
  136. recursive_getters.dart
  137. sized_box_for_whitespace.dart
  138. slash_for_doc_comments.dart
  139. sort_child_properties_last.dart
  140. sort_constructors_first.dart
  141. sort_unnamed_constructors_first.dart
  142. super_goes_last.dart
  143. test_types_in_equals.dart
  144. throw_in_finally.dart
  145. tighten_type_of_initializing_formals.dart
  146. type_annotate_public_apis.dart
  147. type_init_formals.dart
  148. unawaited_futures.dart
  149. unnecessary_await_in_return.dart
  150. unnecessary_brace_in_string_interps.dart
  151. unnecessary_const.dart
  152. unnecessary_final.dart
  153. unnecessary_getters.dart
  154. unnecessary_getters_setters.dart
  155. unnecessary_lambdas.dart
  156. unnecessary_new.dart
  157. unnecessary_null_aware_assignments.dart
  158. unnecessary_null_checks.dart
  159. unnecessary_null_in_if_null_operators.dart
  160. unnecessary_nullable_for_final_variable_declarations.dart
  161. unnecessary_overrides.dart
  162. unnecessary_parenthesis.dart
  163. unnecessary_raw_strings.dart
  164. unnecessary_statements.dart
  165. unnecessary_string_escapes.dart
  166. unnecessary_string_interpolations.dart
  167. unnecessary_this.dart
  168. unrelated_type_equality_checks.dart
  169. unsafe_html.dart
  170. use_full_hex_values_for_flutter_colors.dart
  171. use_function_type_syntax_for_parameters.dart
  172. use_is_even_rather_than_modulo.dart
  173. use_key_in_widget_constructors.dart
  174. use_late_for_private_fields_and_variables.dart
  175. use_raw_strings.dart
  176. use_rethrow_when_possible.dart
  177. use_setters_to_change_properties.dart
  178. use_string_buffers.dart
  179. use_to_and_as_if_applicable.dart
  180. valid_regexps.dart
  181. void_checks.dart