flutter_zhiyao_lint 0.0.2 flutter_zhiyao_lint: ^0.0.2 copied to clipboard
flutter zhiyao lint.
flutter_zhiyao_lint #
zhiyao code Analysis tools
规则描述 #
rule id | 描述 |
---|---|
image-set-cache-width | 图片Widget 需要设置 cacheWidget or memCacheWidget |
navigation-with-parameters | getx 跳转的时候使用 parameters 携带参数 |
use-widget-extension | 使用扩展函数 降低层级 |
命令行运行 #
flutter pub run flutter_zhiyao_lint:metrics analyze lib
or
dart run bin\metrics.dart analyze lib