An action that parses an ASDF config file into environment variables which can then be used to configure the flutter-action.
This action was created with reference to the Flutter FVM config actionavailable in the GitHub Marketplace.
steps:
- uses: actions/checkout@v3
- uses: utamori/[email protected]
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: ${{ env.FLUTTER_CHANNEL }}
steps:
- uses: actions/checkout@v3
- uses: utamori/[email protected]
with:
path: 'some-path/.fvm/fvm_config.json'
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: ${{ env.FLUTTER_CHANNEL }}