yanshouwang / bluetooth_low_energy

A Flutter plugin for controlling the bluetooth low energy.
https://pub.dev/packages/bluetooth_low_energy
MIT License
50 stars 16 forks source link

蓝牙广播解析出现空指针异常 #59

Closed yanshouwang closed 7 months ago

yanshouwang commented 7 months ago

应用端在线上运行过程中,firebase 捕获异常如下: image 通过日志可以看到 ScanRecord.servcieData 为 null,插件代码中未进行空判断,看起来 Kotlin 的空安全并不完善,需要在解析时手动进行空检查。