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.