dvmx 0.0.7 copy "dvmx: ^0.0.7" to clipboard
dvmx: ^0.0.7 copied to clipboard

Dart Version Management: A simple CLI to manage Dart SDK versions per project.

example/README.md

Example #

This section provides a step-by-step guide for running a specific version of Dart within your project using DVM.

First, identify the Dart version you want to install and cache on your machine.

For example, to install and cache version 3.0.0, follow these steps:

  1. Search for the version you wish to install:
    dvm releases
    
  2. Navigate to your project directory:
    cd path/to/project
    
  3. Set the project to use the installed version:
    dvm use 3.0.0
    
10
likes
140
pub points
0%
popularity

Publisher

verified publisherblendthink.dev

Dart Version Management: A simple CLI to manage Dart SDK versions per project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

archive, args, cli_info, collection, file, http, json_annotation, mason_logger, meta, pub_semver, riverpod, riverpod_annotation

More

Packages that depend on dvmx