ble_peer_session 0.1.0 copy "ble_peer_session: ^0.1.0" to clipboard
ble_peer_session: ^0.1.0 copied to clipboard

Offline BLE peer-to-peer sessions for Flutter — discovery, consent handshake, and bidirectional messaging.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ble_peer_session

With Flutter:

 $ flutter pub add ble_peer_session

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

dependencies:
  ble_peer_session: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:ble_peer_session/ble_peer_session.dart';
1
likes
0
points
625
downloads

Publisher

unverified uploader

Weekly Downloads

Offline BLE peer-to-peer sessions for Flutter — discovery, consent handshake, and bidirectional messaging.

Repository (GitHub)
View/report issues

Topics

#bluetooth #ble #flutter #p2p #peer-to-peer

License

unknown (license)

Dependencies

bluetooth_low_energy, device_info_plus, flutter, flutter_blue_plus, json_annotation, meta, permission_handler, url_launcher

More

Packages that depend on ble_peer_session