PackageTrack
Sign in Get early access

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 2026
2024 2025 2026
Release Pre-release

Releases

latest 28
  1. 7.0.0-dev.0 15 Jun 2024 pre-release

    Nothing published for this version

  2. 6.2.1 17 Jan 2026
    Release notes
    • 修复 bad varient access 错误

    • 隐藏非接口类型

    • 更新版本号

    Open source →
    Release notes
    • Bump version.
    Open source →
  3. 6.2.0 13 Jan 2026
    Release notes
    • 临时提交

    • 添加发布脚本

    • fvm use 3.35.7

    • 临时提交

    • 优化代码

    • 更新版本号,CHANGELOG.md

    • 更新README.md

    • 更新GATTServiceImpl类中的includedServices方法实现,抛出不支持的错误

    • 支持 Swift Package Manager

    • 更新 CHANGELOG.md

    Open source →
    Release notes
    • Upgrade flutter SDK to 3.35.7.
    Open source →
  4. 6.1.0 29 Jul 2025
    Release notes
    • Upgrade flutter SDK to 3.29.3.
    • Upgrade dependencies.
    Open source →
  5. 6.0.0 03 Jun 2024
    Release notes
    • Implement new APIs.
    • Rewrite example with MVVM.
    • Fix known issues.
    Open source →
  6. 6.0.0-dev.3 02 Jun 2024 pre-release
    Release notes
    • Rewrite example with MVVM.
    • Fix known issues.
    Open source →
  7. 6.0.0-dev.2 24 May 2024 pre-release
    Release notes
    • Fix example errors.
    Open source →
  8. 6.0.0-dev.1 22 May 2024 pre-release
    Release notes
    • Move organization.
    • Fix errors.
    Open source →
  9. 6.0.0-dev.0 16 May 2024 pre-release
    Release notes
    • Implement new APIs.
    Open source →
  10. 5.0.2 01 Feb 2024
    Release notes
    • Change flutter minimum version to 3.0.0.
    Open source →
  11. 5.0.1 01 Feb 2024
    Release notes
    • Implements new Api.
    Open source →
  12. 5.0.0 30 Dec 2023
    Release notes
    • Now CentralManager#writeCharacteristic will fragment the value automatically, the maximum write length is 512 bytes.
    • Add UUID#fromAddress constructor.
    • Remove CentralManager#getMaximumWriteLength method.
    • Move CentralManager#state to CentralManager#getState().
    • Move PeripheralStateChangedEventArgs to ConnectionStateChangedEventArgs.
    • Move CentralManager#peripheralStateChanged to CentralManager#connectionStateChanged.
    • Move GattCharacteristicValueChangedEventArgs to GattCharacteristicNotifiedEventArgs.
    • Move CentralManager#characteristicValueChanged to CentralManager#characteristicNotified.
    • Move CentralManager#notifyCharacteristic to CentralManager#setCharacteristicNotifyState.
    Open source →
  13. 5.0.0-dev.4 27 Dec 2023 pre-release
    Release notes
    • Add event logs.
    Open source →
  14. 5.0.0-dev.3 26 Dec 2023 pre-release
    Release notes
    • Implements new Api.
    Open source →
  15. 5.0.0-dev.2 11 Dec 2023 pre-release
    Release notes
    • Update interface to 5.0.0-dev.4.
    Open source →
  16. 5.0.0-dev.1 10 Dec 2023 pre-release
    Release notes Open source →
  17. 4.0.0 30 Oct 2023
    Release notes
    • Remove BluetoothLowEnergy class.
    • Update CentralManger to extends PlatformInterface.
    • Update PeripheralManager to extends PlatformInterface.
    • Change some PeripheralManager methods' arguments to required optional arguments.
    • Move AdvertiseData class to Advertisement class.
    • Remove BluetoothLowEnergyError class.
    • Add MyCentralManager and MyPeripheralManager abstract classes.
    • Add LogController interface to BluetoothLowEnergyManager.
    • Fix issues.
    Open source →
  18. 4.0.0-dev.1 25 Oct 2023 pre-release
    Release notes
    • Remove BluetoothLowEnergy class.
    • Update CentralManger to extends PlatformInterface.
    • Update PeripheralManager to extends PlatformInterface.
    • Move AdvertiseData class to Advertisement class.
    • Update example.
    Open source →
  19. 3.0.0 10 Oct 2023
    Release notes
    • Add PeripheralManager api.
    • Add CentralManager#readRSSI method.
    • Add CentralManager.instance api.
    • Add PeripheralManager.instance api.
    • Move CentralController to CentralManager.
    • Move CentralState to BluetoothLowEnergyState.
    • Move CentralDiscoveredEventArgs to DiscoveredEventArgs.
    • Move Advertisement class to AdvertiseData class.
    • Move setUp method from BluetoothLowEnergy class to BluetoothLowEnergyManger class.
    • Change the type of manufacturerSpecificData from Map<int, Uint8List> to ManufacturerSpecificData.
    • Fix the issue that UUID.fromString() throw FormatException with 32 bits UUID string.
    • Fix known issues.
    Open source →
  20. 3.0.0-dev.4 10 Oct 2023 pre-release
    Release notes
    • Move Advertisement class to AdvertiseData class.
    Open source →
  21. 3.0.0-dev.3 09 Oct 2023 pre-release
    Release notes
    Open source →
  22. 3.0.0-dev.2 07 Oct 2023 pre-release
    Release notes
    • Move setUp method from BluetoothLowEnergy class to BluetoothLowEnergyManger class.
    • Add CentralManager.instance api.
    • Add PeripheralManager.instance api.
    Open source →
  23. 3.0.0-dev.1 06 Oct 2023 pre-release
    Release notes
    • Implement new central manager api.
    Open source →
  24. 2.2.0 08 Sep 2023
    Release notes
    • Add CentralController#getMaximumWriteLength method.
    Open source →
  25. 2.0.3 31 Aug 2023
    Release notes
    • 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)
    Open source →
  26. 2.0.2 20 Aug 2023
    Release notes
    • Combine iOS and macOS projects.
    • Optimize project structure.
    Open source →
  27. 2.0.1 18 Aug 2023
    Release notes
    • 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.
    Open source →
  28. 2.0.0 17 Aug 2023
    Release notes
    • Rewrite the whole project with federated plugins.
    • Support macOS and Linux.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive