Skip to content

Flutter ASDF config action

Actions
Action that parses an ASDF config file in order to configure the subosito/flutter-action
v0.3.0
Latest
Star (1)

flutter-asdf-config-action

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.

Usage

Basic usage

    steps:
      - uses: actions/checkout@v3
      - uses: utamori/[email protected]
      - uses: subosito/flutter-action@v2
        with:
          flutter-version: ${{ env.FLUTTER_VERSION }}
          channel: ${{ env.FLUTTER_CHANNEL }}

Custom config path

    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 }}

Flutter ASDF config action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Action that parses an ASDF config file in order to configure the subosito/flutter-action
v0.3.0
Latest

Flutter ASDF config action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.