BuildPaw

A beautiful Flutter Desktop app to manage build processes without the CLI complexity.

Flutter 3.35+ Dart 3.9+ macOS 8 Languages GPL v3
Build Tab Publish Tab Language Selection Web Config Panel iOS Config Panel Android Config Panel
View on GitHub

Key Features

📦

Multi-platform Builds

Android (APK/AAB), iOS (Runner/IPA), Web — all in one place with a single click.

📋

Real-time Logs

Terminal-style output with color-coded messages. No more switching to the CLI.

🚀

Publish Tab

Distribute to Firebase App Distribution, Google Play Console, and App Store Connect.

📁

Config Profiles

Save, load, and switch between build configurations. Export/import as JSON.

🌍

8 Languages

EN, TR, AR, DE, FR, ZH, RU, HI with full RTL support for Arabic.

FVM Aware

Auto-detects .fvm and prefixes commands accordingly. No manual setup.

Getting Started

Prerequisites: Flutter SDK ≥3.35.6, Dart SDK ≥3.9.2, macOS

# Clone the repository git clone https://github.com/birhos/BuildPaw.git cd BuildPaw # Install dependencies flutter pub get # Generate i18n translations dart run slang # Run the app flutter run -d macos