rook_ble 0.0.3
rook_ble: ^0.0.3 copied to clipboard
Scan and connect to BLE devices.
example/README.md
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 rookApiUrl = 'YOUR_API_URL';
static const String rookClientUUID = 'YOUR_CLIENT_UUID';
}
- Run
flutter pub get