bluetooth_low_energy_linux
Linux implementation of the bluetooth_low_energy plugin.
6.2.1
11K downloads/mo
#2787 most downloaded on pub.dev
yanshouwang/bluetooth_low_energy
What this package is like to depend on
Last release 7 months ago
17 Jan 2026
Ships unpredictably
gaps range from 2 weeks to 1.1 years
Nearly every release is documented
notes for 14 of 14 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
28 releases · first in 2023
2 releases in the last 12 months
see the full history below
Release timeline
28 releases · Aug 2023 to Jan 2026Releases
latest 28-
7.0.0-dev.015 Jun 2024 pre-releaseNothing published for this version
-
6.2.117 Jan 2026 -
6.2.013 Jan 2026Release notes
Open source →-
临时提交
-
添加发布脚本
-
fvm use 3.35.7
-
临时提交
-
优化代码
-
更新版本号,CHANGELOG.md
-
更新README.md
-
更新GATTServiceImpl类中的includedServices方法实现,抛出不支持的错误
-
支持 Swift Package Manager
-
更新 CHANGELOG.md
-
-
6.1.029 Jul 2025 -
6.0.003 Jun 2024 -
6.0.0-dev.302 Jun 2024 pre-release -
6.0.0-dev.224 May 2024 pre-release -
6.0.0-dev.122 May 2024 pre-release -
6.0.0-dev.016 May 2024 pre-release -
5.0.201 Feb 2024 -
5.0.101 Feb 2024 -
5.0.030 Dec 2023Release notes
Open source →- Now
CentralManager#writeCharacteristicwill fragment the value automatically, the maximum write length is 512 bytes. - Add
UUID#fromAddressconstructor. - Remove
CentralManager#getMaximumWriteLengthmethod. - Move
CentralManager#statetoCentralManager#getState(). - Move
PeripheralStateChangedEventArgstoConnectionStateChangedEventArgs. - Move
CentralManager#peripheralStateChangedtoCentralManager#connectionStateChanged. - Move
GattCharacteristicValueChangedEventArgstoGattCharacteristicNotifiedEventArgs. - Move
CentralManager#characteristicValueChangedtoCentralManager#characteristicNotified. - Move
CentralManager#notifyCharacteristictoCentralManager#setCharacteristicNotifyState.
- Now
-
5.0.0-dev.427 Dec 2023 pre-release -
5.0.0-dev.326 Dec 2023 pre-release -
5.0.0-dev.211 Dec 2023 pre-release -
5.0.0-dev.110 Dec 2023 pre-release -
4.0.030 Oct 2023Release notes
Open source →- Remove
BluetoothLowEnergyclass. - Update
CentralMangerto extendsPlatformInterface. - Update
PeripheralManagerto extendsPlatformInterface. - Change some
PeripheralManagermethods' arguments to required optional arguments. - Move
AdvertiseDataclass toAdvertisementclass. - Remove
BluetoothLowEnergyErrorclass. - Add
MyCentralManagerandMyPeripheralManagerabstract classes. - Add
LogControllerinterface toBluetoothLowEnergyManager. - Fix issues.
- Remove
-
4.0.0-dev.125 Oct 2023 pre-releaseRelease notes
Open source →- Remove
BluetoothLowEnergyclass. - Update
CentralMangerto extendsPlatformInterface. - Update
PeripheralManagerto extendsPlatformInterface. - Move
AdvertiseDataclass toAdvertisementclass. - Update
example.
- Remove
-
3.0.010 Oct 2023Release notes
Open source →- Add
PeripheralManagerapi. - Add
CentralManager#readRSSImethod. - Add
CentralManager.instanceapi. - Add
PeripheralManager.instanceapi. - Move
CentralControllertoCentralManager. - Move
CentralStatetoBluetoothLowEnergyState. - Move
CentralDiscoveredEventArgstoDiscoveredEventArgs. - Move
Advertisementclass toAdvertiseDataclass. - Move
setUpmethod fromBluetoothLowEnergyclass toBluetoothLowEnergyMangerclass. - Change the type of
manufacturerSpecificDatafromMap<int, Uint8List>toManufacturerSpecificData. - Fix the issue that
UUID.fromString()throw FormatException with 32 bits UUID string. - Fix known issues.
- Add
-
3.0.0-dev.410 Oct 2023 pre-release -
3.0.0-dev.309 Oct 2023 pre-releaseRelease notes
Open source →- Fix the issue that
UUID.fromString()throw FormatException with 32 bits UUID string. - Change the type of
manufacturerSpecificDatafromMap<int, Uint8List>toManufacturerSpecificData.
- Fix the issue that
-
3.0.0-dev.207 Oct 2023 pre-releaseRelease notes
Open source →- Move
setUpmethod fromBluetoothLowEnergyclass toBluetoothLowEnergyMangerclass. - Add
CentralManager.instanceapi. - Add
PeripheralManager.instanceapi.
- Move
-
3.0.0-dev.106 Oct 2023 pre-release -
2.2.008 Sep 2023 -
2.0.331 Aug 2023Release notes
Open source →AndroidMigrate to Android 13.AndroidFix 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.220 Aug 2023 -
2.0.118 Aug 2023Release notes
Open source →- Fix the issue that GATTs is cleared after peripheral disconnected on iOS and macOS.
- Fix the issue that create UUID form peripheral's address failed on Linux.
- Fix the issue that instance match failed on Linux.
-
2.0.017 Aug 2023Release notes
Open source →- Rewrite the whole project with federated plugins.
- Support macOS and Linux.