Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Flutter support Android TV and Apple TV?

I wanted to create the video streaming application for Android and iOS which also needs to work on Android and Apple TV or at least on Android TV.

like image 383
Jarvis Avatar asked Dec 15 '19 11:12

Jarvis


People also ask

Can Flutter be used for Android TV?

Flutter 3 as of year 2022 supports six platforms: Android, iOS, Linux, MacOS, Windows and Web. None of them is related to any kind of TV device.

Is Flutter for both iOS and Android?

Flutter is an open source framework developed by Google that lets you build natively compiled, multiplatform applications from a single codebase. Flutter 3 supports six platform targets: Android, iOS, Windows, macOS, Linux, and web applications.

Can you use Flutter for Apple?

Material Design is a flexible design system optimized for all platforms, including iOS. But Flutter is flexible and expressive enough to implement any design language. On iOS, you can use the Cupertino widgets to produce an interface that looks like Apple's iOS design language.

Does Flutter support TV?

In the project Alexander is currently working on, Android TV and Apple TV are also supported. Yes, Flutter can be run on TV. During this session, the speaker will tell you how to do it, what difficulties and problems you can face, and how to solve them.


1 Answers

April 2021 update

Yes for Android TV Flutter supports android tv for a while now. There is a long discussion here on publishing it to play store https://github.com/flutter/flutter/issues/48109

Partially for Apple TV There are some open source attempts like this one https://github.com/LibertyGlobal/flutter-tvos-demo to support it on AppleTV But publishing there can be harder depending on App Store guidelines.

like image 172
P C Avatar answered Oct 08 '22 00:10

P C