bluetooth_low_energy_darwin
iOS and macOS implementation of the bluetooth_low_energy plugin.
6.2.1
11K downloads/mo
#2797 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 10 months
Nearly every release is documented
notes for 17 of 17 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
30 releases · first in 2023
2 releases in the last 12 months
see the full history below
Release timeline
30 releases · Aug 2023 to Jan 2026
2024
2025
2026
Releases
latest 30-
7.0.0-dev.117 Sep 2024 pre-releaseNothing published for this version
-
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 →- Upgrade flutter SDK to 3.35.7.
- Support Swift Package Manager.
- Fix race condition when isReady is delivered early.
-
6.1.029 Jul 2025Release notes
Open source →- Upgrade flutter SDK to 3.29.3.
- Upgrade dependencies.
- Show bluetooth authorization as needed on iOS.
-
6.0.003 Jun 2024Release notes
Open source →- Add
serviceUUIDsargument toCentralManager#startDiscoverymethod. - Add
CentralManager#retrieveConnectedPeripheralsmethod. - Move
BluetoothLowEnergyManager#getStatetoBluetoothLowEnergyManager#state. - Move
CentralManger.instanceto factory constructor. - Move
PeripheralManager.instanceto factory constructor. - Remove
BluetoothLowEnergyManager#setUpmethod. - Implement
CentralMananger#showAppSettingson iOS. - Implement
PeripheralManager#showAppSettingson iOS. - Rewrite example with MVVM.
- Fix known issues.
- Add
-
6.0.0-dev.403 Jun 2024 pre-releaseRelease notes
Open source →- Implement
CentralMananger#showAppSettingson iOS. - Implement
PeripheralManager#showAppSettingson iOS.
- Implement
-
6.0.0-dev.303 Jun 2024 pre-release -
6.0.0-dev.224 May 2024 pre-release -
6.0.0-dev.117 May 2024 pre-release -
6.0.0-dev.016 May 2024 pre-release -
5.0.501 Feb 2024 -
5.0.401 Feb 2024Release notes
Open source →- Update characteristic's value when write by centrals.
- Implements new Api.
-
5.0.317 Jan 2024 -
5.0.216 Jan 2024 -
5.0.115 Jan 2024 -
5.0.030 Dec 2023Release notes
Open source →- Now
CentralManager#writeCharacteristicandPeripheralManager#writeCharacteristicwill fragment the value automatically, the maximum write length is 512 bytes. - Add
UUID#fromAddressconstructor. - Add
GattCharacteristicReadEventArgsandGattCharacteristicWrittenEventArgs. - Add
PeripheralManager#characteristicReadandPeripheralManager#characteristicWritten. - Add
PeripheralManager#readCharacteristic. - Remove
CentralManager#getMaximumWriteLengthmethod. - Remove
PeripheralManager#getMaximumWriteLengthmethod. - Remove
ReadGattCharacteristicCommandEventArgsandWriteGattCharacteristicCommandEventArgs. - Remove
PeripheralManager#readCharacteristicCommandReceivedandPeripheralManager#writeCharacteristicCommandReceived. - Remove
PeripheralManager#sendReadCharacteristicReplyandPeripheralManager#sendWriteCharacteristicReply. - Move
CentralManager#statetoCentralManager#getState(). - Move
PeripheralStateChangedEventArgstoConnectionStateChangedEventArgs. - Move
CentralManager#peripheralStateChangedtoCentralManager#connectionStateChanged. - Move
GattCharacteristicValueChangedEventArgstoGattCharacteristicNotifiedEventArgs. - Move
CentralManager#characteristicValueChangedtoCentralManager#characteristicNotified. - Move
CentralManager#notifyCharacteristictoCentralManager#setCharacteristicNotifyState. - Move
PeripheralManager#notifyCharacteristicValueChangedtoPeripheralManager#writeCharacteristic. - Move
NotifyGattCharacteristicCommandEventArgstoGattCharacteristicNotifyStateChangedEventArgs. - Move
PeripheralManager#notifyCharacteristicCommandReceivedtoPeripheralManager#characteristicNotifyStateChanged.
- Now
-
5.0.0-dev.127 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.218 Oct 2023Release notes
Open source →- Fix the issue that
getMaximumWriteLengthis wrong and coerce the value from 20 to 512. - Fix the issue that the peripheral manager response is wrong.
- Fix the issue that
-
3.0.112 Oct 2023Release notes
Open source →- Fix the issue that write characteristic will never complete when write without response.
- Fix the issue that write characteristic will never complete after disconnected.
-
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