flutter_ttc_ble 0.0.5 copy "flutter_ttc_ble: ^0.0.5" to clipboard
flutter_ttc_ble: ^0.0.5 copied to clipboard

outdated

A BLE(Bluetooth Low Energy) Flutter plugin for Android and iOS.

0.0.1 #

  • TODO: Describe initial release.

0.0.2 #

  • 增加数据发送结果的回调;
  • FlutterTtcBle增加writeCharacteristic()方法。

0.0.3 #

  • 修复高版本的Flutter无法编译的问题。
  • FlutterTtcBle增加方法:isBluetoothEnabled(),requestEnableBluetooth(),requestEnableLocationService(),addBLECallBack(),removeBLECallBack()。
  • BLECallBack 增加手机蓝牙状态的监听。
  • 增加 BLEEvent 类。

0.0.4 #

  • 增加对iOS对支持。
  • 使用了null-safety。
  • 部分方法改用命名参数。

0.0.5 #

  • 新增 bleProxy BleCallback2
  • 新增 Uint8List 与16进制字符串互相转换的拓展方法 uint8List.toHex() str.toData()
  • 新增获取当前时间戳的函数 currentTime('yyyy-MM-dd HH:mm:ss.SSS')
  • 支持获取iOS端MTU
  • 新增一个内置的扫描页面 ScanScreen
  • 支持开启 indication 属性的通知
11
likes
0
points
216
downloads

Publisher

unverified uploader

Weekly Downloads

A BLE(Bluetooth Low Energy) Flutter plugin for Android and iOS.

Homepage

License

unknown (license)

Dependencies

device_info, flutter, permission_handler, plugin_platform_interface, provider

More

Packages that depend on flutter_ttc_ble