Go to file
ange 05f017a190
Some checks failed
/ build (push) Failing after 7m3s
feat: gitea action
2025-02-01 17:12:54 +00:00
.gitea/workflows feat: image build cache 2024-11-09 13:02:38 +08:00
action.yml feat: gitea action 2025-02-01 17:12:54 +00:00
Dockerfile fix: add android-33 to avoid redownloading 2025-02-01 16:19:48 +00:00
entrypoint.sh feat: precache gradle 2025-01-27 15:17:45 +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.