Roman Fürst

Results 10 comments of Roman Fürst

Hi @d6y, no worries. I'd be super happy if you could look into this once you have some spare time. Meanwhile I'll post my progress here (if there is any).

Hi @krzemin Thank you for your quick reply. Would it be possible to extend the rule api in a way, that you can explicitly pass a validator for a selector?...

Hi all Any chances this gets merged? We currently have issues when reconnecting to a device that was out of range. Subscribing to characteristics sometimes throws ` CharacteristicValueUpdateError.unknown` errors. Issue...

@meuhle you can directly point your dependencies in pubspec.yaml to @sjoerd0301's fork: ```yaml flutter_reactive_ble: git: url: https://github.com/sjoerd0301/flutter_reactive_ble.git ref: bug/cancel_char_notif_on_disconnect path: packages/flutter_reactive_ble ``` additionally you will need to override dependencies, as...

No idea why Ble Workflow is failing. Quality checks run just fine on my machine. Unfortunately I do not have access to codemagic logs. Could the checked in `pubspec.lock` files...

Ok, turns out flutter `3.3.0` explicitly exports `Uint8List` from `dart:typed_data` in `package:flutter/foundation.dart`. I'm not really sure whether the compatibility break was intentional or not. As you removed the imports I...

Hi there, Just wanted to gently nudge this issue in case you haven't had a chance to look at it yet. I'm happy to provide any additional information that might...

If anyone struggles with the same issue, you need to upgrade flutter to version `3.3.0` or higher.

I guess it's important to mention that starting from Flutter 3.3 you souldn't use `runZonedGuarded` to catch errors in flutter anymore. Instead `PlatformDispatcher.onError` is now the recommended approach. See [What's...

Sorry for my late reply here. Rollbar is not really in my focus these days. However you might wan't to tackle this anyway. The frist two examples you linked use...