feat: 适配 Android 13,修复不安全内存问题 (#12)

This commit is contained in:
Mr剑侠客
2023-08-31 21:02:24 +08:00
committed by GitHub
parent 0f4fb7f553
commit 219bd73c33
17 changed files with 136 additions and 55 deletions

View File

@ -1,3 +1,8 @@
## 2.0.3
- `Android` Migrate to Android 13.
- `Android` Fix the issuce that receive wrong values caused by unsafe memory, see https://developer.android.com/reference/android/bluetooth/BluetoothGattCallback#onCharacteristicChanged(android.bluetooth.BluetoothGatt,%20android.bluetooth.BluetoothGattCharacteristic)
## 2.0.2
- Combine iOS and macOS projects.

View File

@ -1,6 +1,6 @@
name: bluetooth_low_energy_linux
description: Linux implementation of the bluetooth_low_energy plugin.
version: 2.0.2
version: 2.0.3
homepage: https://github.com/yanshouwang/bluetooth_low_energy
environment:
@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
bluetooth_low_energy_platform_interface: ^2.0.2
bluetooth_low_energy_platform_interface: ^2.0.3
bluez: ^0.8.1
dev_dependencies: