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

5,396

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.

Share:
5,396
Cristiano Winter
Author by

Cristiano Winter

Updated on December 07, 2022

Comments

  • Cristiano Winter
    Cristiano Winter over 1 year

    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.

  • Michal Šrůtek
    Michal Šrůtek over 2 years
    "...we were able to do a little hacking and get things running also on the watch..." - Google I/O'19 - youtu.be/YSULAJf6R6M?t=1572