maBarabas
maBarabas
**Describe the bug** On Android, when I try to write to a disconnected device, a new connection is created with an infinite timeout. This causes several issues: - If the...
There is a [logLevel](https://pub.dev/documentation/flutter_reactive_ble/latest/flutter_reactive_ble/FlutterReactiveBle/logLevel.html) field on the `FlutterReactiveBle`. After setting this to `LogLevel.verbose`, I'm not seeing any more logging in the console. I don't see any code using the `_debugLogger`...
When [setting up supply](https://docs.fastlane.tools/getting-started/android/setup/#setting-up-supply), in the "Collect your Google credentials" section, the steps tells us to add the "Service Account User" role to the created Service Account. This role is...
### Description A strange exception is produced when trying to use pyserial on windows. The same version of pyserial works correctly on the official python implementation. Is this because of...
### Page URL https://docs.flutter.dev/packages-and-plugins/developing-packages/ ### Page source https://github.com/flutter/website/tree/main/src/packages-and-plugins/developing-packages.md ### Describe the problem LLVM must be installed for ffigen to work, but this is not explained anywhere on the page. The...
**Describe the bug** The phone did not disconnect from the remote device when calling disconnect. **To Reproduce** Steps to reproduce the behavior: 1. Connect to one device using `connectToAdvertisingDevice()` 2....
**Describe the bug** I was testing out if the library handles cancelling the connection correctly if done before the connection completes. I've found that if I cancel the stream when...
**Describe the bug** When our device starts an OTA upgrade, it will power down then reboot after a few seconds. During this time it stops advertising. However, if I start...
**Is your feature request related to a problem? (please describe)** In some cases `Result` is dematerialised from a Result, instead of being thrown directly. Because GenericFailure does not implement exception,...
**Describe the bug** When I read a characteristic that is not in the peer's GATT immediately after connection, the error gets lost and the Future never completes. This happens about...