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

DSwitch is a cli tool that allows you to rapidly switch between channels and versions of Dart. You can also pin a channel to a specific version.

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 off 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.

For those interested, DSwitch is written in Dart using the DCli api library.

DSwitch can switch between Dart Channels (stable, beta, dev) as well as versions within those channels.

Switching between Dart channels is as easy as:

dswitch use beta

Full documenation is on gitbooks.

Unit tests #

Use the critical_test package to run unit tests as we use a ct pre_hook to activate dswitch from source to run the tests.

8
likes
130
pub points
19%
popularity

Publisher

verified publisheronepub.dev

DSwitch is a cli tool that allows you to rapidly switch between channels and versions of Dart. You can also pin a channel to a specific version.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

archive, args, dcli, dcli_core, meta, path, pub_semver, pubspec_manager, scope, settings_yaml, system_info2, win32

More

Packages that depend on dswitch