dswitch 0.0.3 copy "dswitch: ^0.0.3" to clipboard
dswitch: ^0.0.3 copied to clipboard

outdated

DSwitch is a cli tool that allows you to rapidly switch between channels and versions of Dart. If you are a flutter user then you are better of using FVM as FVM changes the version of dart embedded in [...]

example/example.md

install a channel #

dswitch stable install
dswitch beta install
dswitch dev install

switch between channels #

dswitch switch beta

You will need to restart your terminal.

upgrade a channel to the latest version #

dswitch stable upgrade

list locally cached versions #

dswitch beta list

list version available for download #

dswitch beta list --archive

install a specific version #

dswitch stable install 2.8.1

install a specif version from a menu of available versions #

dswitch dev install --select

pin a channel to a specific version #

dswitch beta pin 2.8.1

unpin a channel #

dswitch beta unpin

get the status of a channel #

dswitch dev status

get the status of all channels #

dswitch status
8
likes
0
pub points
14%
popularity

Publisher

verified publisheronepub.dev

DSwitch is a cli tool that allows you to rapidly switch between channels and versions of Dart. If you are a flutter user then you are better of using FVM as FVM changes the version of dart embedded in Flutter. DSwitch is intended to help manage a standalone version of Dart if you are doing things like building cli applications. DSwitch can switch between dart channels as well as versions within those channels.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

archive, args, dcli, path, pub_semver, settings_yaml

More

Packages that depend on dswitch