FLUTTER ECOSYSTEM

danchengash/pubspec-dependency-sorter

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.

Capa do projeto pubspec-dependency-sorter
Stars
22
Forks
10
Último push (UTC)
22 de jun. de 2024
Status do projeto
Ativo
DANCHE GitHub avatar
GITHUB User

DANCHE ↗

Physicist, || ` like literature and art, code is a form of expressive speech.`

@salticon Africa, KenyaSite oficial ↗
LinguagensDart

Pacotes publicados por este repositório

Dependências usadas

Lista de dependências 6 itens

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher README

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

Features

  • sort dependencies
  • prevent dependecy conflicts
  • clean up the pubspec.yaml file

Getting started

Install flutter or dart sdk then depend on the package.

dev_dependencies:
  pubspec_dependency_sorter: ^1.0.4

Usage

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

sample output

dependency_sorter sample output

Additional information

Feel free to add features,improvemets and fix bugs then create a PR.