Edson Boldrini
Edson Boldrini
+1
Hello, some update? Still getting this error 👆
> is it just log or really a problem? It's not just a log there is a bug too, every character type the keyboard reset to the letters keyboard
Here is the debug console:  Apparently, the device finds a peripheral, but throw a exception right after.
Unfortunately yes :(
I build for release and then execute the example project using a device with android 4.4.4 and nothing happens. 
Please, don't forget me!!
Here is another log using the example project from inside the lib to improve your investigation: ``` ✓ Built build/app/outputs/apk/debug/app-debug.apk. I/flutter ( 5947): 2020-03-03T09:19:02.768341 D DeviceListScreenState.didChangeDependencies: DeviceListScreenState didChangeDependencies I/flutter (...
Still the same error: ``` D/permissions_handler(12029): No permissions found in manifest for: 2 I/flutter (12029): Location permission status: PermissionStatus.unknown I/flutter (12029): Location service status: ServiceStatus.notApplicable ``` Manifest: ``` ```
> Android 4.4 doesn't support runtime permissions, which was not taken into consideration when making the example. > > Can you try commenting out [line 61 in example/lib/devices_list/devices_bloc.dart](https://github.com/Polidea/FlutterBleLib/blob/develop/example/lib/devices_list/devices_bloc.dart#L61)?  Already...