dart_updater 0.2.0 copy "dart_updater: ^0.2.0" to clipboard
dart_updater: ^0.2.0 copied to clipboard

outdatedDart 1 only

A command line application that updates Dart SDK and Dartium

dart_updater #

A command line application to update Dart SDK and Dartium for Linux x64 systems.

Installation #

pub global activate dart_updater

Requirements #

To use dart_updater, you must add 2 variables to your environment variables :

  • DART_SDK_PATH : Path where the Dart SDK will be installed.
  • DARTIUM_PATH : Path where Dartium will be installed.

You should also have a standalone Dart version somewhere on your system to run this package. But once you run it once, you can always keep your SDK up-to-date.

Example usage #

Showing help #

$ dart_updater --help

Showing help for specific command #

$ dart_updater upgrade --help

Updating to dev/release #

$ dart_updater upgrade -c dev/release

Updating to stable/release #

$ dart_updater upgrade -c stable/release

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A command line application that updates Dart SDK and Dartium

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, archive, http, logging, unscripted

More

Packages that depend on dart_updater