flutter_ble_connection_manager 0.2.0
flutter_ble_connection_manager: ^0.2.0 copied to clipboard
A production-grade BLE connection lifecycle manager built on top of flutter_blue_plus. Moves a BLE device from Disconnected to Application Ready in a predictable, observable and recoverable way.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'app.dart';
void main() {
runApp(const App());
}