pub_util 0.0.2 copy "pub_util: ^0.0.2" to clipboard
pub_util: ^0.0.2 copied to clipboard

outdatedDart 1 only

Utility to manage globally installed packages

Manage globally installed Dart packages #

pub_util is a utility that can help list and update globally installed outdated Dart packages.

The hope is that this functionality will eventually be available in the standard pub global command.

Warning: This package has no tests, has only been used on Linux and is the result of only a few hours of work. As such, use it at your own risk.

Installation #

pub global activate pub_util

Usage #

pub_util can list all and outdated packages and update outdated packages.

  1. List all globally installed packages
pub_util -l
  1. List all outdated global packages
pub_util -o
  1. Update all outdated global packages
pub_util -u

Bugs, Fixes, Enhancements #

All feedback, PRs and bug reports are welcome.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Utility to manage globally installed packages

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, http

More

Packages that depend on pub_util