【发布时间】:2022-01-02 14:27:29
【问题描述】:
我的项目的不同文件中有许多 lint 警告,例如:
Prefer const with constant constructors.
Use key in widget constructors.
...
Unnecessary string interpolation.
有没有办法只修复特定的警告,比如
dart fix prefer_const_constructors
PS:我不想修复所有警告,因为我可以运行dart fix --apply。
【问题讨论】:
标签: flutter android-studio dart