FLUTTER ECOSYSTEM

danchengash/pubspec-dependency-sorter

Dieses Paket hilft Entwicklern, Flutter/Dart-Pakete und Plugins alphabetisch zu sortieren, was die Verwaltung vieler Pakete und die Zusammenarbeit im Team erleichtert.

Projektcover von pubspec-dependency-sorter
Stars
22
Forks
10
Letzter Push (UTC)
22.06.2024
Projektstatus
Aktiv
DANCHE GitHub avatar
GITHUB User

DANCHE ↗

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

@salticon Africa, KenyaOffizielle Website ↗
SprachenDart

Von diesem Repository veröffentlichte Pakete

Verwendete Abhängigkeiten

Abhängigkeiten 6 Einträge

Original-README

Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.

Projekt-README ein-/ausklappen

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.