Skip to content

Flutter Build

Actions
Build Flutter Archive
v1.0.4
Latest
Star (2)

Flutter Build Action

This action builds Flutter artifacts for provided platform.

Usage

Non-Web Build

steps:
  - name: Build Android bundle
    uses: AcmeSoftwareLLC/flutter-build@v1
    with:
      platform: android
      build-name: 1.0.0
      build-number: 20231005
      dart-define-file: configs/.env.production
      pub-get: true
      gen-icons: false

Web Build

steps:
  - name: Build Web
    uses: AcmeSoftwareLLC/flutter-build@v1
    with:
      platform: web
      base-href: /my-app/
      dart-define-file: configs/.env.production

Flutter Build 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

Build Flutter Archive
v1.0.4
Latest

Flutter Build 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.