FLUTTER ECOSYSTEM

danchengash/pubspec-dependency-sorter

इस पैकेज के द्वारा डेवलपर को फ्लटर/डार्ट पैकेज और प्लगइन को वर्णमाला क्रम में सॉर्ट करने में मदद मिलती है, जिससे बहुत सारे पैकेज प्रबंधित करने और टीम के साथ काम करने में आसानी होती है।

pubspec-dependency-sorter प्रोजेक्ट कवर
Stars
22
Forks
10
अंतिम पुश (UTC)
22 जून 2024
प्रोजेक्ट स्थिति
सक्रिय
DANCHE GitHub avatar
GITHUB User

DANCHE ↗

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

भाषाएँDart

इस रिपॉज़िटरी के पैकेज

उपयोग की गई निर्भरताएँ

निर्भरता सूची 6 आइटम
  • logger^2.0.1
  • pubspec^2.3.0
  • flutter{"sdk":"flutter"}
  • yaml_writer^2.0.0
  • flutter_lintsडेवलपमेंट^2.0.0
  • flutter_testडेवलपमेंट{"sdk":"flutter"}

मूल 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.