It is possible to use flutter to create something to Watch OS or Android Wear?

余生长醉 提交于 2020-06-25 02:50:13

问题


I'm studying some possibilities to use in my project, I would like to know if I can to communicate a Watch OS project with the IOS flutter project.


回答1:


At the moment, neither watchOS, nor Android Wear is supported by Flutter.

The lack of watchOS support is due to the lack of Bitcode support for iOS, as discussed in this GitHub issue. You can track the state of Adding Bitcode support for iOS - Flutter GitHub issue, but currently it seems to have a low priority for the Flutter development team.

For Android Wear, there seems to be no official reasons, but it is still not supported. You can track the progress of that in this GitHub issue.




回答2:


There are open issues about watchOS and Android Wear

  • https://github.com/flutter/flutter/issues/2057
  • https://github.com/flutter/flutter/issues/15288



回答3:


here is how you can have a apple watch app in your flutter project. it should be developed as iOS native app.

https://medium.com/@ferrazrx/flutter-apple-watch-swift-b43110dc4545



来源:https://stackoverflow.com/questions/53189479/it-is-possible-to-use-flutter-to-create-something-to-watch-os-or-android-wear

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!