dswitch 0.9.5 copy "dswitch: ^0.9.5" to clipboard
dswitch: ^0.9.5 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 [...]

0.9.5 #

Added post release hook to automatically create a binary release.

0.9.4 #

Added support for arm and x32 architectures.

0.9.3 #

A number of fixes for Windows to resolve failing unit tests. Fix for isPrivilgedUser under windows cmd.exe

0.9.2 #

Fixed the bug where dswich would take something like 10 seconds to such down after any operation that fetch http data.

0.9.1 #

Improved first run messages.

0.9.0 #

fixed bug on first run if .dswitch directory didn' exist. fixed stack overflow on windows.

0.3.0 #

Updated to dcli 0.39.1 which includes fixes for windows privileges and dev mode.

0.2.0 #

On windows we now require the user to be running in development mode so we can create symlinks.

0.1.0 #

Fixed bug where zip not being unpacked on windows/macosx. now force administrator rights on windows. as needed to create links.

0.0.3 #

Added examples. updated to latest dependencies.

0.0.2 #

first release progress message now working correctly. cleanup of the status messags. removed completerex. The progress now updates on the same line. Update README.md

8
likes
0
pub points
12%
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, system_info

More

Packages that depend on dswitch