Pre-built Flutter engine binaries for tvOS, targeting Flutter 3.41.4.
These artifacts are consumed automatically by the
flutter-tvos CLI via
flutter-tvos precache. You do not need to download them manually.
| File | Target | Use |
|---|---|---|
tvos_debug_sim_arm64.zip |
Simulator arm64 | Debug builds on tvOS Simulator |
tvos_debug_arm64.zip |
Device arm64 | Debug builds on physical Apple TV |
tvos_profile_arm64.zip |
Device arm64 | Profile builds on physical Apple TV |
tvos_release_arm64.zip |
Device arm64 | Release builds on physical Apple TV |
host_debug_unopt.zip |
macOS host | Dart frontend compiler (debug) |
host_release.zip |
macOS host | Dart frontend compiler (release) |
Each zip contains:
Flutter.framework/Flutter.xcframework— pre-built tvOS Flutter frameworkflutter_patched_sdk— Dart SDK patched for Flutterclang_arm64/gen_snapshot— AOT compiler (device variants only)clang_arm64/impellerc— Impeller shader compiler- Host variants include
gen_snapshotandgen/frontend_server_aot.dart.snapshot
# Automatic (recommended)
flutter-tvos precache
# Custom source
export TVOS_ENGINE_BASE_URL=https://github.com/fluttertv/engine-artifacts/releases/download/v1.0.0-flutter3.41.4
flutter-tvos precacheBased on Flutter 3.41.4 with tvOS support.
Deployment target: tvOS 13.0+
Architecture: arm64
The engine source is BSD 3-Clause licensed. See THIRD_PARTY_LICENSES.md for required attribution notices from Flutter and Liberty Global.