pubspec_dependency_sorter
ajuda a ordenar as dependências do pubspec.yaml do flutter, dart em ordem alfabética.
Este pacote ajuda o desenvolvedor a organizar os pacotes e plugins do Flutter/Dart em ordem alfabética, tornando mais fácil quando se trabalha com muitos pacotes e em equipe.
^2.0.1^2.3.0{"sdk":"flutter"}^2.0.0^2.0.0{"sdk":"flutter"}Texto original em inglês. Visite o GitHub para a versão atual.
Package helps to sort the flutter/dart packages and plugins alphabetically, This makes it easier when managing too many packages and when working with teams
Install flutter or dart sdk then depend on the package.
dev_dependencies:
pubspec_dependency_sorter: ^1.0.4
To use the package run in your flutter/dart app root directory
dart run pubspec_dependency_sorter
if your pubspec.yam is located somewhere else use the following command by passing the path of the directory where the pubspec.yaml file is located.
dart run pubspec_dependency_sorter PATH-TO-YOUR-DIRECTORY
dependency_sorter sample output
Feel free to add features,improvemets and fix bugs then create a PR.