flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.58k stars 324 forks source link

Let extensions declare the type of tool they are providing #7955

Open kenzieschmoll opened 3 months ago

kenzieschmoll commented 3 months ago

This should be a tri-state field that extension authors can declare in the config.yaml file: toolingSupport: ['static-only' | 'runtime-only' | 'static-and-runtime']

This will be a breaking change for the 'validate' command, but should be backwards compatible with the current 'config.yaml' spec.