FLUTTER ECOSYSTEM

danchengash/pubspec-dependency-sorter

이 패키지는 개발자가 플러터/다트 패키지와 플러그인을 알파벳 순서로 정렬하는 데 도움을 줍니다. 이는 많은 패키지를 관리하거나 팀과 함께 작업할 때 더 쉽게 만듭니다.

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.