bluetooth_connect 0.0.2 copy "bluetooth_connect: ^0.0.2" to clipboard
bluetooth_connect: ^0.0.2 copied to clipboard

Android / iOS BLE 扫描与连接。iOS 同时支持 CocoaPods 与 SPM(Swift Package Manager)依赖管理。

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bluetooth_connect

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  bluetooth_connect: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:bluetooth_connect/bluetooth_connect.dart';
1
likes
145
points
152
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Android / iOS BLE 扫描与连接。iOS 同时支持 CocoaPods 与 SPM(Swift Package Manager)依赖管理。

Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on bluetooth_connect

Packages that implement bluetooth_connect