-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/plugins
#6544Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: file_selectorThe file_selector pluginThe file_selector pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.
Description
XTypeGroup should be marked as @immutable, and its constructor made const, so mutable fields aren't accidentally added to it.
This will require a three-step process because of our analysis settings:
- Annotate all creation of
XTypeGroups in the plugin's other package's with// ignore: prefer_const_constructors. - Make the change in the platform interface package.
- Update the other packages to require that new version of the platform interface package, remove the ignore's and add the
consts.
ditman
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: file_selectorThe file_selector pluginThe file_selector pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.