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
installation
pub activate global pkg
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>
remove
will remove the package from your pubspec.
pkg remove <package>
view
display information about a package
pkg view <package>
unused
display dependencies that are not referenced directly in your code.
pkg unused
likes
like a package
pkg like <package>
unlike a package
pkg unlike <package>
view liked packages
pkg likes
Comments are closed.