flutter_ble_central 0.2.1 copy "flutter_ble_central: ^0.2.1" to clipboard
flutter_ble_central: ^0.2.1 copied to clipboard

A Flutter package for scanning BLE data in central mode.

pub package Workflow style: lint GitHub Sponsors

flutter_ble_central #

A Flutter package for scanning BLE data in central mode.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Permissions #

Situation previouslyRequested previouslyGranted rationale Result
First time false false false Denied
User denies (no “don’t ask again”) true false true Denied
User denies (with “don’t ask again”) true false false PermanentlyDenied
User grants then revokes in settings true/false true false Denied
Already granted true/false true n/a Granted
Action FlutterBleCentral FlutterBlePeripheral
Scanning for devices ✅ Yes ❌ No
Advertising ❌ No ✅ Yes
Connecting to other devices ✅ Yes ❌ No (it accepts connections)
Hosting GATT services ❌ No ✅ Yes
Accessing GATT services ✅ Yes ❌ No
Reading characteristics ✅ Yes (from peripheral) ❌ No (it provides data if read)
Writing characteristics ✅ Yes (to peripheral) ❌ No (it receives writes from central)
Subscribing to notifications ✅ Yes ❌ No (it sends notifications)

1
likes
140
points
203
downloads

Publisher

verified publishersteenbakker.dev

Weekly Downloads

A Flutter package for scanning BLE data in central mode.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, json_annotation

More

Packages that depend on flutter_ble_central

Packages that implement flutter_ble_central