Open djnice opened 2 years ago
How did you manage to run the app in simulator?
build for simulator then go to pods > excluded architecture > debug > add arm64 then try to run in simulator
@avimone I have an existing flutter app designed for tv. If I want to enable apple tv, i just to download the archive file right? Then copy the scrips folder to my flutter project.
Am I right?
Not only script folder, but you should also prepare tvos folder with the tvos Xcode project, scripts don't create tv project, but only copy assets and so on. You can take my project as base and copy your source code to there
@djnice I'm going to add it to example in future
Please implement smooth scrolling (like Apple TV home screen) when navigating between tiles, if possible.