Skip to content

[flutter_tools] Remove late from commands/update_packages.dart #99928

@christopherfujino

Description

@christopherfujino

In migrating //flutter_tools/lib/src/commands/update_packages.dart (#99357) to null-safety revealed some anti-patterns in the code, such as late initialization of fields that could probably be refactored to final. As this would mean semantically changing the code, I opted to not make those changes in the null-safety PR.

Metadata

Metadata

Labels

P3Issues that are less important to the Flutter projecttoolAffects the "flutter" command-line tool. See also t: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions