Edson Boldrini

Results 15 comments of Edson Boldrini

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: ![image](https://user-images.githubusercontent.com/31242886/74955438-6bd4a100-53e3-11ea-9dec-84a5a29bd8eb.png) 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. ![image](https://user-images.githubusercontent.com/31242886/75258892-eb88b400-57c5-11ea-9714-1910a15121d8.png)

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)? ![image](https://user-images.githubusercontent.com/31242886/75877441-8270f400-5df6-11ea-948f-ee4ca8f94127.png) Already...