修复解析蓝牙广播时可能出现的空异常问题 (#60)

* 修复解析蓝牙广播时可能出现的空异常问题

* 更新 CHANGELOG

* 更新依赖项
This commit is contained in:
渐渐被你吸引
2024-04-07 11:53:48 +08:00
committed by GitHub
parent f71f0862c5
commit 71de531ceb
10 changed files with 260 additions and 172 deletions

View File

@ -1,3 +1,7 @@
## 5.0.5
* Fix the issue that [Advertisement resolve failed with `NullPointerException`](https://github.com/yanshouwang/bluetooth_low_energy/issues/59)
## 5.0.4
* Change flutter minimum version to 3.0.0.