flutter_wear_plugin icon indicating copy to clipboard operation
flutter_wear_plugin copied to clipboard

A plugin that offers widgets for Wear OS by Google

Results 22 flutter_wear_plugin issues
Sort by recently updated
recently updated
newest added

Fixes the example project failing to build due to this error: "Build failed due to use of deprecated Android v1 embedding."

Yees, nice project. Thx for sharing it. Is communiation between phone and wearable already supported? How to sync data between those both? Thx for short feedback.

enhancement

Hello, I got the exception as title in above, since I : - created new project - apply library in `pubspec.yaml` file - create Container widget (empty widget) - run...

When I swipe from left to right, I don't want it to exit the application. What can I do for this?

Does this plugin support building WearOS tiles using Flutter? If not is support for this planned, or is there some workaround? Perhaps implementing it in the MainActivity.kt file using Kotlin?

I fixed the onUpdate function so it really gets triggered everytime the ambient mode updates. I also added the WearMode parameter to it. This is very useful for setState or...

AmbientMode worked fine in debug mode, but when I build apk in release mode, it doesn't work. The flutter should have rebuilt the screen right before it entered ambient mode,...

Kotlin 1.5.20 required - Error keeps popping up until the version is upgraded

This was causing an issue while compiling any flutter app for wearos. ```console The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. The following dependencies do...

The name of the enum is now WearMode