flutter_tv icon indicating copy to clipboard operation
flutter_tv copied to clipboard

The scroll is not smooth

Open djnice opened this issue 2 years ago • 5 comments

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

djnice avatar May 07 '22 09:05 djnice

How did you manage to run the app in simulator?

keanallen avatar Jun 01 '23 07:06 keanallen

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

avimone avatar Jun 01 '23 07:06 avimone

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

keanallen avatar Jun 01 '23 08:06 keanallen

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 avatar Jun 01 '23 10:06 DenisovAV

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

DenisovAV avatar Aug 03 '23 16:08 DenisovAV