-
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 …
-
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…
-
#### Needs to be categorized somehow
Code
``` r
library(northstar)
search_modifiers() |>
print(n = Inf)
#> # A tibble: 448 × 3
#> mod label …
-
We cloud not start the breathing workout.
If we call workout `startWorkout(HealyWorkoutMode.breathing)` no breathing workout is started
```
startWorkout(HealyWorkoutMode.breathing)
```
-
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 …
-
**device** variable in _bluetooth_connection_util.dart_ is used to get connected device in _healy_watch_sdk_impl.dart_.
And **isConnect** variable in the same _bluetooth_connection_util.dart_ is us…
-
I see that example app's min. supported OS versions are
* iOS: version 13.0 or higher
* Android: version 5.0 or higher
And HW1 supports
* iOS: version 9.0 or higher
* Android: version 4.4 or hi…
-
The ` Stream startWorkout(HealyWorkoutMode workoutMode)` function does not properly start a workout for the following types: `dancing, basketball, hiking, fitness` and instead throws a `HealyEnterExe…
-
Over time we have been progressing to be able to support 1 minute readings. This work isn't complete but it is at the stage where users can test it out.
This currently only works with patched app d…