Go to file
2025-01-27 04:50:29 +00:00
.gitea/workflows feat: image build cache 2024-11-09 13:02:38 +08:00
Dockerfile fix: versioning 2025-01-27 03:12:11 +00:00
README.md feat: README 2025-01-27 04:50:29 +00:00

docker-flutter

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 files will be found in ./build/app/outputs/flutter-apk/.