It is possible to use flutter to create something to Watch OS or Android Wear?
up vote
1
down vote
favorite
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.
flutter apple-watch watch-os
add a comment |
up vote
1
down vote
favorite
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.
flutter apple-watch watch-os
1
take a look at this article
– Raouf Rahiche
Nov 7 at 13:07
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
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.
flutter apple-watch watch-os
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.
flutter apple-watch watch-os
flutter apple-watch watch-os
asked Nov 7 at 12:27
Cristiano Winter
102
102
1
take a look at this article
– Raouf Rahiche
Nov 7 at 13:07
add a comment |
1
take a look at this article
– Raouf Rahiche
Nov 7 at 13:07
1
1
take a look at this article
– Raouf Rahiche
Nov 7 at 13:07
take a look at this article
– Raouf Rahiche
Nov 7 at 13:07
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
accepted
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.
add a comment |
up vote
0
down vote
There are open issues about watchOS and Android Wear
- https://github.com/flutter/flutter/issues/2057
- https://github.com/flutter/flutter/issues/15288
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
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.
add a comment |
up vote
0
down vote
accepted
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.
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
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.
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.
answered Nov 7 at 15:39
Dávid Pásztor
19.3k72547
19.3k72547
add a comment |
add a comment |
up vote
0
down vote
There are open issues about watchOS and Android Wear
- https://github.com/flutter/flutter/issues/2057
- https://github.com/flutter/flutter/issues/15288
add a comment |
up vote
0
down vote
There are open issues about watchOS and Android Wear
- https://github.com/flutter/flutter/issues/2057
- https://github.com/flutter/flutter/issues/15288
add a comment |
up vote
0
down vote
up vote
0
down vote
There are open issues about watchOS and Android Wear
- https://github.com/flutter/flutter/issues/2057
- https://github.com/flutter/flutter/issues/15288
There are open issues about watchOS and Android Wear
- https://github.com/flutter/flutter/issues/2057
- https://github.com/flutter/flutter/issues/15288
answered Nov 7 at 13:46
Günter Zöchbauer
306k63901849
306k63901849
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53189479%2fit-is-possible-to-use-flutter-to-create-something-to-watch-os-or-android-wear%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
take a look at this article
– Raouf Rahiche
Nov 7 at 13:07