flutter_bluetooth_classic_serial 1.0.3
flutter_bluetooth_classic_serial: ^1.0.3 copied to clipboard
A Flutter plugin for Bluetooth Classic communication on Android, iOS, and Windows platforms. Supports device discovery, connection management, and data transmission.
1.0.2 #
Bug Fixes #
- π§ Fixed MissingPluginException errors by correcting channel name mismatches
- β Updated Android, iOS, and Windows plugin implementations with proper channel names
- π οΈ Fixed Android Bluetooth permissions in plugin manifest
- π± Created working example app with comprehensive Bluetooth demo
- π Fixed API usage in example to match singleton pattern
- β‘ Improved error handling and user feedback in example app
- π― Added support for Android 12+ Bluetooth permissions
1.0.1 #
Bug Fixes #
- β Updated repository URLs to correct GitHub location
- β Improved package metadata for pub.flutter-io.cn publication
- β Removed unsupported web platform references
- π§ Updated Android package structure for better compatibility
1.0.0 #
Features #
- β¨ Initial release of Flutter Bluetooth Classic plugin
- π Device discovery and pairing
- π Connection management for Android, iOS, and Windows
- π‘ Bidirectional data transmission
- π± Multi-platform support (Android, iOS, Windows)
- π Real-time data streaming
- π‘οΈ Robust error handling and connection management
Platform Support #
- β Android: Full Bluetooth Classic support
- β iOS: MFi accessory framework integration
- β Windows: Native Windows Bluetooth API integration
API #
FlutterBluetoothClassic.instance
- Main plugin interfaceBluetoothConnection.toAddress()
- Device connection- Device discovery and enumeration
- Data transmission and reception
- Connection state management