bt_service 0.0.3 copy "bt_service: ^0.0.3" to clipboard
bt_service: ^0.0.3 copied to clipboard

PlatformAndroid

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 BtConnectionManager for auto-reconnection logic
  • Added BtStreamUtils for 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+)
0
likes
160
points
--
downloads

Publisher

unverified uploader

Weekly Downloads

A production-ready Flutter plugin for Bluetooth Classic (RFCOMM) on Android. Supports connect, disconnect, and data transfer with robust error handling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on bt_service

Packages that implement bt_service