Go to file
ange d02bf4cb86
All checks were successful
/ build (push) Successful in 8m42s
feat: sdk36
2025-05-27 03:59:48 +00:00
.gitea/workflows feat: image build cache 2024-11-09 13:02:38 +08:00
action.yml feat(action): pull image instead of rebuild 2025-02-02 01:19:23 +00:00
Dockerfile feat: sdk36 2025-05-27 03:59:48 +00:00
entrypoint.sh fix: remove WORKDIR necessities 2025-02-01 23:33:39 +00:00
README.md feat: gitea action 2025-02-01 17:12:54 +00:00

docker-flutter

Action

- uses: icing/flutter@main

Docker image

Examples

  • Run
docker volume create --ignore fluttercache
docker run --rm --network host -v "$PWD:/app/" -v "fluttercache:/home/gradle/.gradle/" git.gmoker.com/icing/flutter:main run
  • Build
docker volume create --ignore fluttercache
docker run --rm -v "$PWD:/app/" -v "fluttercache:/home/gradle/.gradle/" git.gmoker.com/icing/flutter:main build apk

The apk will be found at build/app/outputs/flutter-apk/app-release.apk.