xunil_blue_connect 0.0.2+1 copy "xunil_blue_connect: ^0.0.2+1" to clipboard
xunil_blue_connect: ^0.0.2+1 copied to clipboard

outdated

This plugin is bluetooth connect and management.

xunil_blue_connect #

This package is bluetooth management.

import

import 'package:xunil_blue_connect/xunil_blue_connect.dart';

Call

  XunilBlueConnect  blueConnect = XunilBlueConnect();

And use like this as async

await  blueConnect.isBluetoothAvailable();

For Bluetooth permission

add in /android/app/src/main/AndroidManifest.xml

<uses-permission android:name="android.permission.BLUETOOTH" />

TODO For Android

  • Check bluetooth available
  • Establishing a BLE connection
  • Discover devices
  • Discover services
  • Read / write a characteristic
  • Connection of multiple devices
  • Implement BLE
  • Clear GATT cache
  • Negotiate MTU size

TODO For IOS

  • Check bluetooth available
  • Implement IOS
  • Establishing a BLE connection
  • Discover devices
  • Discover services
  • Read / write a characteristic
  • Connection of multiple devices
  • Implement BLE
  • Clear GATT cache
  • Negotiate MTU size
3
likes
0
pub points
46%
popularity

Publisher

verified publisheralikilic.com.tr

This plugin is bluetooth connect and management.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on xunil_blue_connect