bt_service 0.0.3
bt_service: ^0.0.3 copied to clipboard
A production-ready Flutter plugin for Bluetooth Classic (RFCOMM) on Android. Supports connect, disconnect, and data transfer with robust error handling.
0.0.3 #
- Added
BtConnectionManagerfor auto-reconnection logic - Added
BtStreamUtilsfor handling line-based protocols (e.g. ELM327) - Updated README with best practices and "Reality Check" section
0.0.2 #
- Improved pub.dev score
- Updated package description and documentation
- Fixed static analysis hints
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+)