Last updated:
0 purchases
pkg
#
Enhanced pub package commands.
Add latest resolvable package
Remove dependency
View package info
Like/unlike/view liked pub.dev packages
Improved conflict resolution (soon)
View unused dependencies (soon)
Installation #
pub activate global pkg
copied to clipboard
Usage #
Add #
Easily add packages to your pubspec. By default pkg will try to resolve to the latest compatible version of the package to add to your project.
pkg add <package>
copied to clipboard
Remove #
Will remove the package from your pubspec.
pkg remove <package>
copied to clipboard
View #
Display information about a package
pkg view <package>
copied to clipboard
Unused #
Display dependencies that are not referenced directly in your code.
pkg unused
copied to clipboard
Likes #
Like a package
pkg like <package>
copied to clipboard
Unlike a package
pkg unlike <package>
copied to clipboard
View liked packages
pkg likes
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.