Jakob E. Bardram

Results 78 comments of Jakob E. Bardram

Released with version 0.40.0.

Hi @davwillev - I'm jumping into this conversation as the "product owner" of RP and CP. We're very glad that you find RP useful an want to contribute. As @MadsVSChristensen...

Hi @jeyjey626 - I've looked into this. The reason why this happens is because the different result objects have never been designed to be de-serialized from JSON into Dart objects....

I'm not quite sure what you're asking for here. If you want to listen to screen events you would write something like: ``` controller?.data .where((dataPoint) => dataPoint.data!.format.toString() == DeviceSamplingPackage.SCREEN) .listen((event)...

I'm not sure this is correct. Everything in RP builds upon the assumption that you push any RPUITask on top of the app.

Thanks, @sc00n. As a starter, I will incorporate this into the documentation. If you come up with additional input, let me know.

And don't make that permissions has been granted to a hard requirement for connection to start....

ok - but since we've updated the plugin with other PRs lately (plus fixed a lot of linter problem), I would like to have this PR updated to be able...

Same problem here. The `hasPermissions()` always return `null`. I'm version 8.1.0 of the health package, so an issue before version 9....

This looks indeed interesting. I will take a look later.