universal_bluetooth 0.0.4 copy "universal_bluetooth: ^0.0.4" to clipboard
universal_bluetooth: ^0.0.4 copied to clipboard

A universal Bluetooth plugin for Flutter supporting Classic Bluetooth, BLE, and iBeacon.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add universal_bluetooth

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

dependencies:
  universal_bluetooth: ^0.0.4

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:universal_bluetooth/universal_bluetooth.dart';
1
likes
150
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A universal Bluetooth plugin for Flutter supporting Classic Bluetooth, BLE, and iBeacon.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on universal_bluetooth

Packages that implement universal_bluetooth