GitHub action for setting up Flutter using FVM. The Flutter version is determined by the project's .fvmrc file.
- Setting up FVM
- Installing Flutter
- Running
flutter pub get
Add the following step to your GitHub Actions workflow:
- name: 🐦 Setup Flutter
uses: antigua-mobile/[email protected]