-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/plugins
#4048Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: null-safetySupport for Dart's null safety featureSupport for Dart's null safety featurec: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.p: toolingAffects the flutter_plugin_tools packageAffects the flutter_plugin_tools packagepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.
Description
The plugin tooling in script/tool in flutter/plugins would be easier to add to and maintain over time if we migrated it to NNBD. It's a non-trivial amount of code, and there isn't a pressing need, so we probably want to do it incrementally.
The source tree is extremely flat, with almost all files only importing common.dart, so once we migrate that file we'll unblock migrating any of the commands we want to.
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: null-safetySupport for Dart's null safety featureSupport for Dart's null safety featurec: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.p: toolingAffects the flutter_plugin_tools packageAffects the flutter_plugin_tools packagepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.