sort_pub_dependencies
按字母顺序排序 pub 依赖项。
此规则从 Dart 2.1 开始可用。
详情
#**请**按字母顺序 (A 到 Z) 在 pubspec.yaml
中排序 pub 依赖项列表。
对 pub 依赖项列表进行排序可以简化维护工作。
用法
#要启用 sort_pub_dependencies
规则,请在您的 analysis_options.yaml
文件中的 **linter > rules** 下添加 sort_pub_dependencies
analysis_options.yaml
yaml
linter:
rules:
- sort_pub_dependencies
除非另有说明,否则本网站上的文档反映了 Dart 3.5.3。页面最后更新于 2024-07-03。 查看源代码 或 报告问题.