Skip to content

Building from Source

Axl Nunez edited this page Jul 24, 2026 · 1 revision

Building from Source

For pre-built packages instead, see Installation.

Required toolchain versions

  • Flutter SDK: stable channel, 3.41+
  • Dart SDK: 3.11+ (see environment.sdk in pubspec.yaml)

Prerequisites

Quick start

git clone https://github.com/Moonfin-Client/Moonfin-Core.git
cd Moonfin-Core
flutter pub get

Local testing build commands

Use these commands for contributor and local testing builds.

Android

flutter build apk --release

iOS (on macOS)

flutter build ios --debug

Linux

flutter build linux --release

macOS

flutter build macos --release

Windows

flutter build windows --release

Tizen (Samsung TV)

Tizen needs the flutter-tizen wrapper, Tizen Studio, and a signing profile. The full toolchain setup and the build-tizen.sh invocation are on Installation.

Clone this wiki locally