You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.