Adding a watch app to a Flutter iOS application

前端 未结 2 1874
失恋的感觉
失恋的感觉 2021-01-04 18:32

I have come across an issue when trying to create a Flutter iOS app with a watch app extension.

For testing I have simply created a default Flutter app using

<
相关标签:
2条回答
  • 2021-01-04 19:00

    Flutter doesn't support Apple Watch apps due to the fact that it lacks 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.

    0 讨论(0)
  • 2021-01-04 19:16

    looks like apple watch development is supported in flutter now. here is an example:

    https://github.com/magnatronus/flutter-watchtips

    0 讨论(0)
提交回复
热议问题