flutter_splendid_ble 1.3.1
flutter_splendid_ble: ^1.3.1 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 'splendid_ble_example_app.dart';
/// The main entry point for the Flutter Splendid BLE Example App.
void main() {
runApp(const SplendidBleExampleApp());
}