https://github.com/fluttergen/asdf-fluttergen
https://github.com/fluttergen/asdf-fluttergen
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fluttergen/asdf-fluttergen
- Owner: FlutterGen
- License: mit
- Created: 2024-08-21T00:21:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T08:56:39.000Z (over 1 year ago)
- Last Synced: 2024-12-25T10:11:30.474Z (about 1 year ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# asdf-fluttergen [](https://github.com/FlutterGen/asdf-fluttergen/actions/workflows/build.yml) [](https://github.com/FlutterGen/asdf-fluttergen/actions/workflows/lint.yml)
[FlutterGen](https://github.com/FlutterGen/flutter_gen) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
# Install
Plugin:
```shell
asdf plugin add fluttergen
# or
asdf plugin add fluttergen https://github.com/FlutterGen/asdf-fluttergen.git
```
fluttergen:
```shell
# Show all installable versions
asdf list-all fluttergen
# Install specific version
asdf install fluttergen latest
# Set a version globally (on your ~/.tool-versions file)
asdf global fluttergen latest
# Now fluttergen commands are available
fluttergen -v
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/FlutterGen/asdf-fluttergen/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [FlutterGen](https://github.com/FlutterGen/)