Google Nest Hub 或 Amazon Echo Show 界面是什么样的 software/app,它是用什么制作的?

What kind of software/app is the Google Nest Hub or Amazon Echo Show interface and what is it made with?

我知道 Google Nest Hub 在 Fuchsia OS 上 运行 和 Amazon Echo Show on Fire OS 但我想知道的是什么应用他们在那儿 运行。比如他们用什么来创建可以通过触摸进行导航的界面?反应?反应本机?本机 Android (Java/Kotlin)?扑? Linux 程序?铬?

还有我如何重现那样的体验。就像我想拥有与这些设备相同的体验,你插入它并启动到你的应用程序,让它看起来像是专门为此目的而构建的,比如这些智能集线器、特斯拉仪表板或类似的东西。我是否必须在 kiosk 模式下启动 Raspberry Pi?如果是,是否有本机方法或我必须使用的一些 code/app?

PS:是的,我一直在谷歌搜索,但我只能找到 OS 但找不到软件。

经过更多研究后找到了答案。界面使用Flutter开发

通过查看 https://flutter.dev/ 网站,我认出了主图中的 google nest hub 布局。

然后我找到了另一个来源:

Fuchsia is an open source project supported by Google aiming at creating a new OS. The first device running Fuchsia (the Nest Hub) is now in the wild, and the whole interface was implemented with Flutter.

https://blog.bam.tech/developer-news/how-to-run-flutter-apps-on-fuchsia