-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#4154Closed
Copy link
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.c: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.good first issueRelatively approachable for first-time contributorsRelatively approachable for first-time contributorspackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.
Description
We have some TODOs related to ignores in flutter/packages related to making classes const which can now be cleaned up by addressing the TODO (adding const, and removing the ignore). They can be found by searching for:
// TODO(goderbauer): Make this const when this package requires Flutter 3.8 or later.
Any package we make this change in will need to be updated to have a minimum Flutter version of 3.10 (the first stable after 3.8, where the constructors became const).
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.c: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.good first issueRelatively approachable for first-time contributorsRelatively approachable for first-time contributorspackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.