Krzysztof Kubicki

Results 7 issues of Krzysztof Kubicki

Hi, I was browsing through your library, and it really looks great, but I was wondering if there's an option to change the textColor for specific date? For example, the...

Hi, An activity is annotated with @DataBound. I create my view model in at the end of @Injected and start my network call, which changes the value of `LiveData` in...

Enhancement

``` fatal error: 'flutter_email_sender/flutter_email_sender-Swift.h' file not found #import ``` My Project is built with objc for other reasons. Can I use this library?

Hi, the library works fine on Android, but for iOS it only uses stock Mail app even though Gmail is installed. Any comment on this functionality? Anyone also experiencing this?

IOS

Is this lib actively maintained ? Guess not... please put good forks here.

DiscoverServices functionality throws exception on iOS, works well on android. Steps to reproduce the behavior: 1. Scan for devices 2. call ` await flutterReactiveBle.discoverServices(device.id).then((value) { print(value); }).onError((error, stackTrace) { print(error);...

Hi, cheers for your work on doing this library, it's working like a charm. What I'm missing is error handling. Can't see any option to handle HTTP errors, unresolved hosts...