Sign inSign up

tigapilarmandiri/flutter-builder

By tigapilarmandiri

Updated 11 months ago

This image to build android project

Image
Integration & delivery
Developer tools
0

314

tigapilarmandiri/flutter-builder repository overview

🧱 tigapilarmandiri/flutter-builder

Docker Pulls Docker Image Size Build Status License

A streamlined Docker image for automated Flutter build pipelines.

The tigapilarmandiri/flutter-builder image is a purpose-built environment that simplifies building and packaging Flutter applications in CI/CD workflows such as Jenkins, GitHub Actions, or GitLab CI.
It includes the Flutter SDK, Android SDK, and essential build tools—ready to compile production-grade Android APKs out-of-the-box.


🚀 Key Features

Pre-configured Flutter environment
Includes Flutter SDK, Android SDK, and all required dependencies.

Optimized for CI/CD
Designed for reproducible builds in isolated, containerized environments.

Lightweight & efficient
Minimal base image for faster pull and startup times.

Supports release & debug builds
Build and package Android APKs for any target mode.

Version-controlled builds
Use tags to pin a specific Flutter SDK version for consistent results.


💻 Quick Start

Build your Flutter project automatically with one command:

docker run --name flutter-builder --rm \
  -v $(pwd):/mobile \
  tigapilarmandiri/flutter-builder:latest \
  bash -c "flutter pub get && flutter build apk --release"

Tag summary

Content type

Image

Digest

sha256:2786cd81b

Size

2.3 GB

Last updated

11 months ago

docker pull tigapilarmandiri/flutter-builder