A new Flutter for TV project.
To run on AppleTV:
- Build a custom Flutter Engine for Apple TV or download already built from here (the last supported version is 3.22.2)
ios_debug_sim_unopt
andhost_debug_unopt
- engine for x86_64 Mac apple tv simulatorios_debug_sim_unopt_arm64
andhost_debug_unopt_arm64
- engine for arm64 Mac apple tv simulatorios_debug_unopt
andhost_debug_unopt
/host_debug_unopt_arm64
- engine for real apple tv device, debug modeios_release
andhost_release
/host_release_arm64
- engine for real apple tv device, release mode
- Change FLUTTER_LOCAL_ENGINE value by the path to the custom engine in
scripts/run_apple_tv.sh
- Run
sh scripts/run_apple_tv.sh [type of build]
- Press 'Run' in opened XCode (Xcode will be opened by script)
The article with details about Apple TV support
The details regarding the compilation of a custom engine you can find here.