A new Flutter for TV project.
To run on AppleTV:
ios_debug_sim_unopt
and host_debug_unopt
- engine for x86_64 Mac apple tv simulatorios_debug_sim_unopt_arm64
and host_debug_unopt_arm64
- engine for arm64 Mac apple tv simulatorios_debug_unopt
and host_debug_unopt
/host_debug_unopt_arm64
- engine for real apple tv device, debug modeios_release
and host_release
/host_release_arm64
- engine for real apple tv device, release modescripts/run_apple_tv.sh
sh scripts/run_apple_tv.sh [type of build]
The article with details about Apple TV support
The details regarding the compilation of a custom engine you can find here.