FLUTTER ECOSYSTEM

danchengash/pubspec-dependency-sorter

此套件協助開發者將 Flutter/Dart 套件與外掛依字母順序排序,讓管理大量套件及團隊合作時更輕鬆。

pubspec-dependency-sorter 專案封面
Stars
22
Forks
10
最近推送(UTC)
2024年6月22日
專案狀態
未封存
DANCHE GitHub avatar
GITHUB User

DANCHE ↗

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

@salticon Africa, Kenya官方網站 ↗
語言Dart

此儲存庫發佈的套件

使用的依賴

依賴清單 6 項

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 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.