Quentin Le Guennec
Quentin Le Guennec
Thanks @GIfatahTH After some testing this is what I found: ``` @override void didChangeAppLifecycleState(AppLifecycleState state) { if (state == AppLifecycleState.inactive || state == AppLifecycleState.resumed) { /// Works (i.e. does not...
I have implemented a solution taking inspiration from this plugin, I posted it on StackOverflow (so that people can try it and hopefully provide feedbacks). It seems to work fine...
@AliakseiT I created a PR that gives access to Clinical Records, it's still early in the testing process but you can have a look and let me know if you...