flutter_splendid_ble 0.10.0
flutter_splendid_ble: ^0.10.0 copied to clipboard
A comprehensive Flutter plugin for interacting with Bluetooth Low Energy (BLE) devices.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'flutter_ble_example_app.dart';
void main() {
runApp(const SplendidBleExampleApp());
}