Felix
Felix
also had these a couple of times (4.0.0). Anyone tried to handle this on their own?
could this be relavant to this issue and therefore be closed? https://github.com/cph-cachet/flutter-plugins/issues/603
as ios 16 also supports these sleep stages, maybe another approach would be to either add separate health data types for those or extend the generic HealthValue like a SleepHealthValue...
also having this issue with 5.4.3+7 on three separate devices running all on iOS 15.5.0. implementation: ``` InAppWebView( initialUrlRequest: URLRequest(url: Uri.parse(url), headers: headers), onWebViewCreated: (controller) { webViewController = controller; },...