0 purchases
pubspec helper
Project Description #
The CLI tool is for pubspec health-checking. It helps to view the library content of pub.dev and Github. It could save time and give you a suggestion that you may take a look about your library if it becomes legacy code or un-maintained.
Features #
Check for outdated and unupdated libraries in the project.
Verify if there are too many issues in the project.
Conduct compatibility checks.
Installation #
Install dependencies using the following command:
flutter pub add pubspec_helper
copied to clipboard
Usage #
Run the following command in the command line:
dart run pubspec_helper
copied to clipboard
or export to txt file
dart run pubspec_helper > 1.txt
copied to clipboard
Contributing #
If you have any suggestions or improvements, feel free to contribute! Please refer to the contributing guidelines.
License #
This project is licensed under the MIT License.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.