bot509
bot509
> I can work around this issue by saving the SVG without the `` and closing tag as a `String` in a dart file, and then concatenating with the pertinent...
I encounter this problem on iOS 14 release mode, the only way that I found is wait for state change to power on. ``` await bleManager.observeBluetoothState().firstWhere((element) => element == BluetoothState.POWERED_ON);...
I'm facing the same problem on all of my 10+ apps. flutter doctor -v ``` [✓] Flutter (Channel stable, 1.22.4, on macOS 11.0.1 20B29 darwin-x64, locale zh-Hans-CN) • Flutter version...