-
When trying to import the new version of the Watch SDK I am getting an error message:
```
Error on line 21, column 11: Invalid description in the "healy_watch_sdk" pubspec on the "flutter_plugin" …
-
We have upgraded Flutter version to 2.10 and the example app does not work anymore.
-
When I am properly connected with a watch via the watch sdk and then turn off the watch, I end up in a constant state of switching between `DeviceConnectionState.connecting` and `DeviceConnectionState…
-
The SDK scans and reconnects to a nearby watch, even if the device has actively been unpaired. This leads to some errors when the user wants to unpair his current watch and connect a new watch.
I…
-
As far as I remember, your engineer said that passing push messages to the watch on Android should be implemented outside of watch Sdk.
I just want to double check if it is true. If so, do you have…
-
Typical packages in dart/ flutter have the lib for the package at it's root and a separate example folder for the example application.
This seems to be the wrong way around in the current state of …
-
We cloud not start the breathing workout.
If we call workout `startWorkout(HealyWorkoutMode.breathing)` no breathing workout is started
```
startWorkout(HealyWorkoutMode.breathing)
```
-
On **iOS** after enabling push messages by calling `await watchSdk.enableANCS()` push messages still don't seem to be forwarded to the watch device.
Same on the demo application.
Is other setup requ…
-
Sometimes when I restart the app and call the `reconnectDevice()` function.
The `connectionStateStream()` will send a `connected` event and even the `isConnected()` function returns `true`.
But wh…
-
The README file is still the initial Flutter one so it needs to be updated. And there is no CHANGELOG so I cannot see what has been changed in each version. I added `bug` label because I thought this …