FLUTTER ECOSYSTEM

danchengash/pubspec-dependency-sorter

このパッケージは、Flutter/Dartのパッケージやプラグインをアルファベット順に並べ替えるのを開発者に支援します。これにより、多くのパッケージを管理するときやチームで作業するときに便利になります。

pubspec-dependency-sorter のプロジェクト画像
Stars
22
Forks
10
最終プッシュ(UTC)
2024/06/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.