flutter_splendid_ble 0.17.0
flutter_splendid_ble: ^0.17.0 copied to clipboard
A comprehensive Flutter plugin for interacting with Bluetooth Low Energy (BLE) devices.
import 'package:flutter/material.dart';
import 'splendid_ble_example_app.dart';
/// The main entry point for the Flutter Splendid BLE Example App.
void main() {
runApp(const SplendidBleExampleApp());
}