Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
88061d854020742813bdbfac23ab4e567961f50c
/
.
/
pkg
/
analysis_server
/
lib
/
src
/
services
/
correction
/
dart
tree: 58bf5d8f7b9918a64e9383c2f0915c7f3a61721f [
path history
]
[
tgz
]
abstract_producer.dart
add_async.dart
add_await.dart
add_call_super.dart
add_class_modifier.dart
add_const.dart
add_diagnostic_property_reference.dart
add_empty_argument_list.dart
add_enum_constant.dart
add_eol_at_end_of_file.dart
add_explicit_call.dart
add_explicit_cast.dart
add_extension_override.dart
add_field_formal_parameters.dart
add_key_to_constructors.dart
add_late.dart
add_leading_newline_to_string.dart
add_missing_enum_case_clauses.dart
add_missing_enum_like_case_clauses.dart
add_missing_parameter.dart
add_missing_parameter_named.dart
add_missing_required_argument.dart
add_missing_switch_cases.dart
add_ne_null.dart
add_null_check.dart
add_override.dart
add_redeclare.dart
add_reopen.dart
add_required_keyword.dart
add_return_null.dart
add_return_type.dart
add_static.dart
add_super_constructor_invocation.dart
add_super_parameter.dart
add_switch_case_break.dart
add_trailing_comma.dart
add_type_annotation.dart
assign_to_local_variable.dart
change_argument_name.dart
change_to.dart
change_to_nearest_precise_value.dart
change_to_static_access.dart
change_type_annotation.dart
convert_add_all_to_spread.dart
convert_class_to_enum.dart
convert_class_to_mixin.dart
convert_conditional_expression_to_if_element.dart
convert_documentation_into_block.dart
convert_documentation_into_line.dart
convert_flutter_child.dart
convert_flutter_children.dart
convert_for_each_to_for_loop.dart
convert_into_async_body.dart
convert_into_block_body.dart
convert_into_final_field.dart
convert_into_for_index.dart
convert_into_getter.dart
convert_into_is_not.dart
convert_into_is_not_empty.dart
convert_map_from_iterable_to_for_literal.dart
convert_part_of_to_uri.dart
convert_quotes.dart
convert_to_boolean_expression.dart
convert_to_cascade.dart
convert_to_constant_pattern.dart
convert_to_contains.dart
convert_to_expression_function_body.dart
convert_to_field_parameter.dart
convert_to_flutter_style_todo.dart
convert_to_function_declaration.dart
convert_to_generic_function_syntax.dart
convert_to_if_case_statement.dart
convert_to_if_case_statement_chain.dart
convert_to_if_null.dart
convert_to_initializing_formal.dart
convert_to_int_literal.dart
convert_to_map_literal.dart
convert_to_multiline_string.dart
convert_to_named_arguments.dart
convert_to_normal_parameter.dart
convert_to_null_aware.dart
convert_to_null_aware_spread.dart
convert_to_on_type.dart
convert_to_package_import.dart
convert_to_raw_string.dart
convert_to_relative_import.dart
convert_to_set_literal.dart
convert_to_super_parameters.dart
convert_to_switch_expression.dart
convert_to_switch_statement.dart
convert_to_where_type.dart
convert_to_wildcard_pattern.dart
convert_to_wildcard_variable.dart
create_class.dart
create_constructor.dart
create_constructor_for_final_fields.dart
create_constructor_super.dart
create_extension_member.dart
create_field.dart
create_file.dart
create_function.dart
create_getter.dart
create_local_variable.dart
create_method.dart
create_method_or_function.dart
create_missing_overrides.dart
create_mixin.dart
create_no_such_method.dart
create_parameter.dart
create_setter.dart
data_driven.dart
destructure_local_variable_assignment.dart
encapsulate_field.dart
exchange_operands.dart
extend_class_for_mixin.dart
extract_local_variable.dart
flutter_convert_to_children.dart
flutter_convert_to_stateful_widget.dart
flutter_convert_to_stateless_widget.dart
flutter_move_down.dart
flutter_move_up.dart
flutter_remove_widget.dart
flutter_swap_with_child.dart
flutter_swap_with_parent.dart
flutter_wrap.dart
flutter_wrap_builder.dart
flutter_wrap_generic.dart
flutter_wrap_stream_builder.dart
ignore_diagnostic.dart
import_add_show.dart
import_library.dart
inline_invocation.dart
inline_typedef.dart
insert_body.dart
insert_semicolon.dart
invert_if_statement.dart
join_if_with_inner.dart
join_if_with_outer.dart
join_variable_declaration.dart
make_class_abstract.dart
make_conditional_on_debug_mode.dart
make_field_not_final.dart
make_field_public.dart
make_final.dart
make_required_named_parameters_first.dart
make_return_type_nullable.dart
make_super_invocation_last.dart
make_variable_not_final.dart
make_variable_nullable.dart
move_annotation_to_library_directive.dart
move_doc_comment_to_library_directive.dart
move_type_arguments_to_class.dart
organize_imports.dart
qualify_reference.dart
remove_abstract.dart
remove_annotation.dart
remove_argument.dart
remove_assertion.dart
remove_assignment.dart
remove_await.dart
remove_break.dart
remove_character.dart
remove_comma.dart
remove_comparison.dart
remove_const.dart
remove_constructor.dart
remove_constructor_name.dart
remove_dead_code.dart
remove_dead_if_null.dart
remove_default_value.dart
remove_deprecated_new_in_comment_reference.dart
remove_duplicate_case.dart
remove_empty_catch.dart
remove_empty_constructor_body.dart
remove_empty_else.dart
remove_empty_statement.dart
remove_extends_clause.dart
remove_if_null_operator.dart
remove_initializer.dart
remove_interpolation_braces.dart
remove_invocation.dart
remove_late.dart
remove_leading_underscore.dart
remove_lexeme.dart
remove_library_name.dart
remove_method_declaration.dart
remove_name_from_combinator.dart
remove_name_from_declaration_clause.dart
remove_non_null_assertion.dart
remove_on_clause.dart
remove_operator.dart
remove_parameters_in_getter_declaration.dart
remove_parentheses_in_getter_invocation.dart
remove_print.dart
remove_question_mark.dart
remove_required.dart
remove_returned_value.dart
remove_this_expression.dart
remove_to_list.dart
remove_type_annotation.dart
remove_type_arguments.dart
remove_unexpected_underscores.dart
remove_unnecessary_cast.dart
remove_unnecessary_final.dart
remove_unnecessary_late.dart
remove_unnecessary_library_directive.dart
remove_unnecessary_new.dart
remove_unnecessary_parentheses.dart
remove_unnecessary_raw_string.dart
remove_unnecessary_string_escape.dart
remove_unnecessary_string_interpolation.dart
remove_unnecessary_wildcard_pattern.dart
remove_unused.dart
remove_unused_catch_clause.dart
remove_unused_catch_stack.dart
remove_unused_import.dart
remove_unused_label.dart
remove_unused_local_variable.dart
remove_unused_parameter.dart
remove_var.dart
remove_var_keyword.dart
rename_method_parameter.dart
rename_to_camel_case.dart
replace_boolean_with_bool.dart
replace_cascade_with_dot.dart
replace_colon_with_equals.dart
replace_colon_with_in.dart
replace_conditional_with_if_else.dart
replace_container_with_sized_box.dart
replace_empty_map_pattern.dart
replace_final_with_const.dart
replace_final_with_var.dart
replace_if_else_with_conditional.dart
replace_new_with_const.dart
replace_null_check_with_cast.dart
replace_null_with_closure.dart
replace_null_with_void.dart
replace_return_type.dart
replace_return_type_future.dart
replace_return_type_iterable.dart
replace_return_type_stream.dart
replace_var_with_dynamic.dart
replace_with_arrow.dart
replace_with_brackets.dart
replace_with_conditional_assignment.dart
replace_with_decorated_box.dart
replace_with_eight_digit_hex.dart
replace_with_extension_name.dart
replace_with_identifier.dart
replace_with_interpolation.dart
replace_with_is_empty.dart
replace_with_is_nan.dart
replace_with_named_constant.dart
replace_with_not_null_aware.dart
replace_with_null_aware.dart
replace_with_part_of_uri.dart
replace_with_tear_off.dart
replace_with_unicode_escape.dart
replace_with_var.dart
replace_with_wildcard.dart
shadow_field.dart
sort_child_property_last.dart
sort_combinators.dart
sort_constructor_first.dart
sort_unnamed_constructor_first.dart
split_and_condition.dart
split_multiple_declarations.dart
split_variable_declaration.dart
surround_with.dart
surround_with_parentheses.dart
update_sdk_constraints.dart
use_curly_braces.dart
use_effective_integer_division.dart
use_eq_eq_null.dart
use_is_not_empty.dart
use_not_eq_null.dart
use_rethrow.dart
wrap_in_text.dart
wrap_in_unawaited.dart