2021-07-16 09:11:37 +08:00
2021-06-10 18:06:02 +08:00
2021-07-15 20:18:49 +08:00
2021-07-15 20:18:49 +08:00
2021-07-15 20:18:49 +08:00
2021-07-15 20:18:49 +08:00
2021-07-15 20:18:49 +08:00
2021-07-15 20:18:49 +08:00
2021-06-10 18:06:02 +08:00
2021-06-10 18:06:02 +08:00
2021-06-10 18:06:02 +08:00
2021-06-10 18:06:02 +08:00
2021-07-16 09:11:37 +08:00
2021-07-01 17:35:54 +08:00
2021-07-15 20:18:49 +08:00
2021-07-15 20:18:49 +08:00
2021-07-15 20:18:49 +08:00

Bluetooth Low Energy

A bluetooth low energy plugin for flutter, which can be used to develope central role apps.

Features

Central APIs

  • Discover advertisements.
  • Connect/Disconnect to GATTs.
  • Read/Write/Notify characteristics.
  • Read/Write descriptors.

Peripheral APIs

  • Add/Send advertisements.
  • Add services
  • Add/Listen/Write characteristics
  • Add/Listen/Write descriptors.
  • Listen GATT connect/disconnect events.

Getting Started

Add bluetooth_low_energy as a dependency in your pubspec.yaml file.

dependencies:
  bluetooth_low_energy: ^<latest-version>

Note: Bluetooth Low Energy doesn't work on Android emulators, so use physical devices which has bluetooth features for development.

Android

Make sure you have a miniSdkVersion with 21 or higher in your android/app/build.gradle file, now we only support Android 5.0 or above.

iOS

Make sure you have a minimum deployment target of 9.0 or above, you can uncomment the first line platform :ios, '9.0' in your iOS project's Podfile.

Issues

  • Not support peripheral APIs for now.
Description
No description provided
Readme 1.4 MiB
Languages
Dart 53.6%
C++ 22%
Kotlin 10.7%
Swift 9.4%
CMake 3.5%
Other 0.8%