bluetooth_rfcomm_flutter 0.1.0
bluetooth_rfcomm_flutter: ^0.1.0 copied to clipboard
Flutter plugin that adds the Android native build for bluetooth_rfcomm (Bluetooth Classic RFCOMM serial). Add it to a Flutter app and use the bluetooth_rfcomm API.
Changelog #
0.1.0 #
Initial release.
- Flutter plugin companion for
bluetooth_rfcomm. - Provides the Android native build (Kotlin + JNI C shim via Gradle/CMake) and
bundles
libbluetooth_rfcomm_android.sointo the host app. - iOS/macOS native code is built from
bluetooth_rfcomm's native-assets hook; Windows/Linux need no native build. - Re-exports the
bluetooth_rfcommAPI; there is no separate Dart surface. - Note: the Android and iOS backends have not been manually verified on a
device yet — treat them as best-effort. Of the underlying
bluetooth_rfcommbackends, only macOS and Windows currently carry manual verification. See the README support table.