pubspec_dependency_sorter
फ्लटर, डार्ट पबस्पेक.yaml निर्भरताओं को वर्णमाला क्रम में सॉर्ट करने में मदद करता है।
इस पैकेज के द्वारा डेवलपर को फ्लटर/डार्ट पैकेज और प्लगइन को वर्णमाला क्रम में सॉर्ट करने में मदद मिलती है, जिससे बहुत सारे पैकेज प्रबंधित करने और टीम के साथ काम करने में आसानी होती है।
^2.0.1^2.3.0{"sdk":"flutter"}^2.0.0^2.0.0{"sdk":"flutter"}यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
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
Install flutter or dart sdk then depend on the package.
dev_dependencies:
pubspec_dependency_sorter: ^1.0.4
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
dependency_sorter sample output
Feel free to add features,improvemets and fix bugs then create a PR.