Sign in
dart
/
linter
/
refs/heads/gh-pages
/
.
/
lints
tree: 6f0652fd7b62c94ca030f135980297c86218a332 [
path history
]
[
tgz
]
machine/
options/
always_declare_return_types.html
always_put_control_body_on_new_line.html
always_put_required_named_parameters_first.html
always_require_non_null_named_parameters.html
always_specify_types.html
always_use_package_imports.html
annotate_overrides.html
avoid_annotating_with_dynamic.html
avoid_as.html
avoid_bool_literals_in_conditional_expressions.html
avoid_catches_without_on_clauses.html
avoid_catching_errors.html
avoid_classes_with_only_static_members.html
avoid_double_and_int_checks.html
avoid_dynamic_calls.html
avoid_empty_else.html
avoid_equals_and_hash_code_on_mutable_classes.html
avoid_escaping_inner_quotes.html
avoid_field_initializers_in_const_classes.html
avoid_final_parameters.html
avoid_function_literals_in_foreach_calls.html
avoid_implementing_value_types.html
avoid_init_to_null.html
avoid_js_rounded_ints.html
avoid_multiple_declarations_per_line.html
avoid_null_checks_in_equality_operators.html
avoid_positional_boolean_parameters.html
avoid_print.html
avoid_private_typedef_functions.html
avoid_redundant_argument_values.html
avoid_relative_lib_imports.html
avoid_renaming_method_parameters.html
avoid_return_types_on_setters.html
avoid_returning_null.html
avoid_returning_null_for_future.html
avoid_returning_null_for_void.html
avoid_returning_this.html
avoid_setters_without_getters.html
avoid_shadowing_type_parameters.html
avoid_single_cascade_in_expression_statements.html
avoid_slow_async_io.html
avoid_type_to_string.html
avoid_types_as_parameter_names.html
avoid_types_on_closure_parameters.html
avoid_unnecessary_containers.html
avoid_unused_constructor_parameters.html
avoid_void_async.html
avoid_web_libraries_in_flutter.html
await_only_futures.html
camel_case_extensions.html
camel_case_types.html
cancel_subscriptions.html
cascade_invocations.html
cast_nullable_to_non_nullable.html
close_sinks.html
collection_methods_unrelated_type.html
combinators_ordering.html
comment_references.html
conditional_uri_does_not_exist.html
constant_identifier_names.html
control_flow_in_finally.html
count-badge.svg
curly_braces_in_flow_control_structures.html
dangling_library_doc_comments.html
depend_on_referenced_packages.html
deprecated_consistency.html
deprecated_member_use_from_same_package.html
diagnostic_describe_all_properties.html
directives_ordering.html
discarded_futures.html
do_not_use_environment.html
empty_catches.html
empty_constructor_bodies.html
empty_statements.html
enable_null_safety.html
eol_at_end_of_file.html
exhaustive_cases.html
file_names.html
flutter_style_todos.html
has-fix.svg
hash_and_equals.html
implementation_imports.html
implicit_call_tearoffs.html
implicit_reopen.html
index.html
invalid_case_patterns.html
invariant_booleans.html
iterable_contains_unrelated_type.html
join_return_with_assignment.html
leading_newlines_in_multiline_strings.html
library_annotations.html
library_names.html
library_prefixes.html
library_private_types_in_public_api.html
lines_longer_than_80_chars.html
list_remove_unrelated_type.html
literal_only_boolean_expressions.html
matching_super_parameters.html
missing_whitespace_between_adjacent_strings.html
no_adjacent_strings_in_list.html
no_default_cases.html
no_duplicate_case_values.html
no_leading_underscores_for_library_prefixes.html
no_leading_underscores_for_local_identifiers.html
no_literal_bool_comparisons.html
no_logic_in_create_state.html
no_runtimeType_toString.html
no_self_assignments.html
no_wildcard_variable_uses.html
non_constant_identifier_names.html
noop_primitive_operations.html
null_check_on_nullable_type_parameter.html
null_closures.html
omit_local_variable_types.html
one_member_abstracts.html
only_throw_errors.html
overridden_fields.html
package_api_docs.html
package_names.html
package_prefixed_library_names.html
parameter_assignments.html
prefer_adjacent_string_concatenation.html
prefer_asserts_in_initializer_lists.html
prefer_asserts_with_message.html
prefer_bool_in_asserts.html
prefer_collection_literals.html
prefer_conditional_assignment.html
prefer_const_constructors.html
prefer_const_constructors_in_immutables.html
prefer_const_declarations.html
prefer_const_literals_to_create_immutables.html
prefer_constructors_over_static_methods.html
prefer_contains.html
prefer_double_quotes.html
prefer_equal_for_default_values.html
prefer_expression_function_bodies.html
prefer_final_fields.html
prefer_final_in_for_each.html
prefer_final_locals.html
prefer_final_parameters.html
prefer_for_elements_to_map_fromIterable.html
prefer_foreach.html
prefer_function_declarations_over_variables.html
prefer_generic_function_type_aliases.html
prefer_if_elements_to_conditional_expressions.html
prefer_if_null_operators.html
prefer_initializing_formals.html
prefer_inlined_adds.html
prefer_int_literals.html
prefer_interpolation_to_compose_strings.html
prefer_is_empty.html
prefer_is_not_empty.html
prefer_is_not_operator.html
prefer_iterable_whereType.html
prefer_mixin.html
prefer_null_aware_method_calls.html
prefer_null_aware_operators.html
prefer_relative_imports.html
prefer_single_quotes.html
prefer_spread_collections.html
prefer_typing_uninitialized_variables.html
prefer_void_to_null.html
provide_deprecation_message.html
public_member_api_docs.html
recursive_getters.html
require_trailing_commas.html
secure_pubspec_urls.html
sized_box_for_whitespace.html
sized_box_shrink_expand.html
slash_for_doc_comments.html
sort_child_properties_last.html
sort_constructors_first.html
sort_pub_dependencies.html
sort_unnamed_constructors_first.html
style-core.svg
style-effective_dart.svg
style-flutter.svg
style-pedantic.svg
style-recommended.svg
super_goes_last.html
test_types_in_equals.html
throw_in_finally.html
tighten_type_of_initializing_formals.html
type_annotate_public_apis.html
type_init_formals.html
type_literal_in_constant_pattern.html
unawaited_futures.html
unnecessary_await_in_return.html
unnecessary_brace_in_string_interps.html
unnecessary_breaks.html
unnecessary_const.html
unnecessary_constructor_name.html
unnecessary_final.html
unnecessary_getters_setters.html
unnecessary_lambdas.html
unnecessary_late.html
unnecessary_library_directive.html
unnecessary_new.html
unnecessary_null_aware_assignments.html
unnecessary_null_aware_operator_on_extension_on_nullable.html
unnecessary_null_checks.html
unnecessary_null_in_if_null_operators.html
unnecessary_nullable_for_final_variable_declarations.html
unnecessary_overrides.html
unnecessary_parenthesis.html
unnecessary_raw_strings.html
unnecessary_statements.html
unnecessary_string_escapes.html
unnecessary_string_interpolations.html
unnecessary_this.html
unnecessary_to_list_in_spreads.html
unreachable_from_main.html
unrelated_type_equality_checks.html
unsafe_html.html
use_build_context_synchronously.html
use_colored_box.html
use_decorated_box.html
use_enums.html
use_full_hex_values_for_flutter_colors.html
use_function_type_syntax_for_parameters.html
use_if_null_to_convert_nulls_to_bools.html
use_is_even_rather_than_modulo.html
use_key_in_widget_constructors.html
use_late_for_private_fields_and_variables.html
use_named_constants.html
use_raw_strings.html
use_rethrow_when_possible.html
use_setters_to_change_properties.html
use_string_buffers.html
use_string_in_part_of_directives.html
use_super_initializers.html
use_super_parameters.html
use_test_throws_matchers.html
use_to_and_as_if_applicable.html
valid_regexps.html
void_checks.html