dusalex
dusalex
@Harbinguer - I don't think so: https://github.com/AmolGangadhare/flutter_barcode_scanner/blob/master/android/build.gradle (still has jcenter() - or am I missing something?)
@Harbinguer - your build.grade file is used for your own parts of the code. If you integrate a package, the package's build.gradle will be used for building the package code....
If you want to try it, you can just put this in you pubspec.yaml instead of the regular entry for the package: ``` flutter_barcode_scanner: git: url: git://github.com/SIVA-Health/flutter_barcode_scanner.git ```
I have experienced similar issues with a Samsung A03s. On repeated connections to the same device, requestMtu returns 0 after exactly 30 seconds (so I assume that's the result of...
Actually, there are reports for two different devices (Samsung Galaxy Tab S6 Lite, Samsung A03s) in this thread. Most likely there are more.
The same issue also happens when connecting to an ESP32 where the characteristics access requires pairing/bonding. Based on the discussion above, it sounds like adding the option to manually call...
@Taym95 Hmm... there are already Android-specific operations, as listed in the [docs](https://pub.dev/documentation/flutter_reactive_ble/latest/), e.g., requestMtu, requestConnectionPriority, clearGattCache. As there are so many difference regarding BLE between Android and iOS, a library...
I'm experiencing a similar issue. So far, my conclusions are as follows: - iOS keeps a list of devices connected to the phone (which is obtained by flutter_blue using the...
Yesterday, one of our test users reported the same issue also with an iPhone 11, so it does not appear to be limited to older hardware like the iPhone 7...
@pauldemarco: Any chance on looking into this topic? It is pretty detrimental to our user experience. I would also be happy to help looking into the issue (coding-wise) if you...