Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 702 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 702 Bytes

pub-check-updates

pub package

Install

pub global activate pub_check_updates

NOTE: if you see next warning, just follow it's suggestions

Warning: Pub installs executables into $HOME/.pub-cache/bin, which is not on your path. You can fix that by adding this to your shell's config file (.bashrc, .bash_profile, etc.): export PATH="$PATH":"$HOME/.pub-cache/bin"

Then you can run pcu in your terminal

pcu

screenshot.png

TODO

  • dependency_overrides
  • cli args
  • auto update pubspec.yaml file
  • ci & publish to pub.dev