An open API service indexing awesome lists of open source software.

https://github.com/antigua-mobile/flutter-fvm-setup-action

GitHub action for setting up Flutter using FVM, the Flutter Version Manager.
https://github.com/antigua-mobile/flutter-fvm-setup-action

flutter fvm github-actions

Last synced: about 1 month ago
JSON representation

GitHub action for setting up Flutter using FVM, the Flutter Version Manager.

Awesome Lists containing this project

README

          

# flutter-fvm-setup-action
GitHub action for setting up Flutter using [FVM](https://fvm.app/). The Flutter version is determined by the project's .fvmrc file.

## Involved steps
1. Setting up FVM
2. Installing Flutter
3. Running `flutter pub get`

## Usage
Add the following step to your GitHub Actions workflow:

```yaml
- name: 🐦 Setup Flutter
uses: antigua-mobile/flutter-fvm-setup-action@v1.0
```