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