内容

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