Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blendthink/fdm
Fast Dart Manager: A fast and simple cli to manage Dart SDK versions.
https://github.com/blendthink/fdm
Last synced: 20 days ago
JSON representation
Fast Dart Manager: A fast and simple cli to manage Dart SDK versions.
- Host: GitHub
- URL: https://github.com/blendthink/fdm
- Owner: blendthink
- License: mit
- Created: 2022-09-11T18:33:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T13:48:36.000Z (about 2 years ago)
- Last Synced: 2024-05-01T16:18:32.902Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fdm
[![MIT Licence](https://img.shields.io/github/license/blendthink/fdm?style=flat&longCache=true)](https://opensource.org/licenses/mit-license.php)
> **Warning**\
> Not released yet.Fast Dart Manager: A fast and simple cli to manage Dart SDK versions.
Inspired by [fvm] and [fnm].
## Features
🌎 Cross-platform support (macOS, Windows, Linux)
✨ Dynamic SDK paths for IDE debugging support
🚀 Fast switch between channels & versions
📂 Works with `.fdm/fdm_config.json` file
## Installation
### Using Homebrew (macOS/Linux)
```sh
brew install fdm
```### Using Chocolatey (Windows)
```sh
choco install fdm
```### Using Cargo (Linux/macOS/Windows)
```sh
cargo install fdm
```### Using a release binary (Linux/macOS/Windows)
- Download the [latest release binary] for your system
- Make it available globally on `PATH` environment variable
- Configure your shell profile:[fvm]: https://github.com/fluttertools/fvm
[fnm]: https://github.com/Schniz/fnm
[latest release binary]: https://github.com/blendthink/fdm/releases