rook_ble 0.0.5
rook_ble: ^0.0.5 copied to clipboard
Scan and connect to BLE devices.
example/README.md
Example with demo app #
-
Download the project from our repository.
-
In the lib folder create a secrets.dart file with a Secrets class and add the following constants:
class Secrets {
static const String rookAuthUrl = 'rookAuthUrl';
static const String clientUUID = 'clientUUID';
}
- Run
flutter pub get