Sign in
dart
/
sdk.git
/
09ec1743fe97b22969a394f8d830074dbd1ad8a2
/
.
/
pkg
/
analysis_server
/
lib
/
src
/
services
/
correction
/
dart
tree: adee175fc2a132a318fe54aa8dc011166a025c84 [
path history
]
[
tgz
]
abstract_producer.dart
add_async.dart
add_await.dart
add_call_super.dart
add_const.dart
add_diagnostic_property_reference.dart
add_enum_constant.dart
add_eol_at_end_of_file.dart
add_explicit_cast.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_ne_null.dart
add_not_null_assert.dart
add_null_check.dart
add_override.dart
add_required.dart
add_required_keyword.dart
add_return_null.dart
add_return_type.dart
add_static.dart
add_super_constructor_invocation.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_cascade.dart
convert_to_contains.dart
convert_to_expression_function_body.dart
convert_to_field_parameter.dart
convert_to_function_declaration.dart
convert_to_generic_function_syntax.dart
convert_to_if_null.dart
convert_to_initializing_formal.dart
convert_to_int_literal.dart
convert_to_list_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_where_type.dart
create_class.dart
create_constructor.dart
create_constructor_for_final_fields.dart
create_constructor_super.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_setter.dart
data_driven.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_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_semicolon.dart
introduce_local_cast_type.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_return_type_nullable.dart
make_variable_not_final.dart
make_variable_nullable.dart
move_type_arguments_to_class.dart
organize_imports.dart
qualify_reference.dart
remove_abstract.dart
remove_annotation.dart
remove_argument.dart
remove_assignment.dart
remove_await.dart
remove_comparison.dart
remove_const.dart
remove_constructor_name.dart
remove_dead_code.dart
remove_dead_if_null.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_if_null_operator.dart
remove_initializer.dart
remove_interpolation_braces.dart
remove_leading_underscore.dart
remove_method_declaration.dart
remove_name_from_combinator.dart
remove_non_null_assertion.dart
remove_operator.dart
remove_parameters_in_getter_declaration.dart
remove_parentheses_in_getter_invocation.dart
remove_print.dart
remove_question_mark.dart
remove_returned_value.dart
remove_this_expression.dart
remove_type_annotation.dart
remove_type_arguments.dart
remove_unnecessary_cast.dart
remove_unnecessary_final.dart
remove_unnecessary_late.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_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
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_conditional_with_if_else.dart
replace_container_with_sized_box.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_brackets.dart
replace_with_conditional_assignment.dart
replace_with_eight_digit_hex.dart
replace_with_extension_name.dart
replace_with_filled.dart
replace_with_identifier.dart
replace_with_interpolation.dart
replace_with_is_empty.dart
replace_with_not_null_aware.dart
replace_with_null_aware.dart
replace_with_tear_off.dart
replace_with_var.dart
shadow_field.dart
sort_child_property_last.dart
sort_constructor_first.dart
sort_unnamed_constructor_first.dart
split_and_condition.dart
split_variable_declaration.dart
surround_with.dart
update_sdk_constraints.dart
use_const.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_future.dart
wrap_in_text.dart
wrap_in_unawaited.dart