Open
Metadata
Metadata
Assignees
Labels
Issues that are less important to the Flutter projectNothing broken; request for a new capabilityAffects or could affect many people, though not necessarily a specific customer.flutter/engine repository. See also e: labels.flutter/packages/flutter repository. See also f: labels.Android applications specificallyOwned by Android platform teamTriaged by Android platform team
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
soundanalogous commentedon May 5, 2016
Is there any reason that Flutter apps would not build for Wear? Seems they should since you can build for android. I'll give it a try soon (since I'm a UXE on the Wear team).
eseidelGoogle commentedon May 5, 2016
I am pretty sure @tonygentilcore ran flutter on a watch many moons ago. It's just not a workflow we've tried to support yet.
soundanalogous commentedon May 16, 2016
You can determine if the screen is round by the Android WindowInsets.isRound() method. It may make sense to expose that in either the flutter WindowPadding or Window class.
abarth commentedon May 16, 2016
Yeah, we should add a
shape
property toWindow
that's something likeBoxShape
.[-]Support making Android wear apps[/-][+]Support making Android Wear apps[/+]jaumard commentedon Jul 28, 2018
Android wear (and watch OS) would be awesome, but generally phone app and wear app are dialoging to exchange or stock data. How it will work if both phone and wear app are in flutter ? In native we use the Api to exchange data or messages but I'm curious how it will be handle by flutter as the phone app may not be launched when the wear app is asking for data
zoechi commentedon Nov 7, 2018
#15288 seems related
jaumard commentedon Jan 26, 2019
@Hixie someone made a package already to offer some widgets dedicated to android wear https://pub.dartlang.org/packages/wear
28 remaining items