• Stars
    star
    142
  • Rank 249,364 (Top 6 %)
  • Language
    Dart
  • Created over 2 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

flutter_tv

A new Flutter for TV project.

Getting Started

To run on AppleTV:

  • Build a custom Flutter Engine for Apple TV or download already built from here (the last supported version is 3.10.5)
  • Change FLUTTER_LOCAL_ENGINE value by the path to the custom engine in scripts/run_apple_tv.sh and in scripts/copy_framework.sh
  • Run sh scripts/run_apple_tv.sh
  • 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.