bt_service 0.0.1
bt_service: ^0.0.1 copied to clipboard
A production-ready Flutter plugin for Bluetooth Classic (RFCOMM) connections on Android. Provides connect, disconnect, and send/receive data functionality with robust error handling and thread-safe operations.
0.0.1 #
- Initial release of bt_service plugin
- Connect to Bluetooth devices by MAC address
- Scan for nearby devices
- Get paired devices list
- Disconnect from connected devices
- Send data over Bluetooth connection
- Receive data via stream
- Connection state monitoring via stream
- Thread-safe operations on background threads
- Comprehensive error handling
- Production-ready implementation with robust resource management
- Support for Android API 24+ (Android 7.0+)