Skip to content

kulshekhar/pub_util.dart

Repository files navigation

pub_util Build Status Build status on windows

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.

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.

Releases

No releases published

Packages

No packages published

Languages