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.
- Host: GitHub
- URL: https://github.com/antigua-mobile/flutter-fvm-setup-action
- Owner: antigua-mobile
- License: mit
- Created: 2024-09-14T07:26:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T07:35:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T04:43:01.263Z (over 1 year ago)
- Topics: flutter, fvm, github-actions
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```