layrz_ble 1.2.3
layrz_ble: ^1.2.3 copied to clipboard
A Flutter library for cross-platform Bluetooth Low Energy (BLE) communication, supporting Android, iOS, macOS, Windows, Linux, and web.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add layrz_ble
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
layrz_ble: ^1.2.3
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:layrz_ble/layrz_ble.dart';