DenisovAV / flutter_tv

194 stars 31 forks source link

The scroll is not smooth #1

Open djnice opened 2 years ago

djnice commented 2 years ago

Please implement smooth scrolling (like Apple TV home screen) when navigating between tiles, if possible.

keanallen commented 1 year ago

How did you manage to run the app in simulator?

avimone commented 1 year ago

build for simulator then go to pods > excluded architecture > debug > add arm64 then try to run in simulator

keanallen commented 1 year ago

@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?

DenisovAV commented 1 year ago

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

DenisovAV commented 1 year ago

@djnice I'm going to add it to example in future