ddomnik
ddomnik
> It could be that the Bluetooth adapter (or the driver) on the "problem" computer is the one limiting the MTU. > > https://bleak.readthedocs.io/en/latest/troubleshooting.html#enable-logging > > explains how to enable...
Same issue on Windows: ` Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'eslz4-win64.dll': The specified module could not be found.` Workaround is to include your own lib as...
Yes. If you can guide me where this issue rises in the source code and how to debug your lib I can try to resolve it.
Thanks. Also this is the code I use for testing, where I can reproduce the error: ``` import 'dart:async'; import 'dart:convert'; import 'dart:typed_data'; import 'package:bluetooth_low_energy/bluetooth_low_energy.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; class...
``` Display display = WidgetsBinding.instance.platformDispatcher.displays.first; print("display : $display"); ``` prints: `flutter: display : Display(id: 0, size: Size(0.0, 0.0), devicePixelRatio: 0.0, refreshRate: 100.0040001600064)` Size is not retrieved. This is on Windows.
@robert-ancell for Windows, I created this ticket: https://github.com/flutter/flutter/issues/160660