luck_ring_plugin 0.0.5 copy "luck_ring_plugin: ^0.0.5" to clipboard
luck_ring_plugin: ^0.0.5 copied to clipboard

A Flutter plugin for interacting with Luck Ring wearable devices, providing Bluetooth connectivity and health data synchronization.

Changelog #

0.0.1 #

  • Initial release.
  • Support for Android and iOS platforms.

0.0.2 #

  • Added support for fetching health data from the connected ring.

0.0.3 #

  • add documentation in code

0.0.4 #

  • ScanDevice now exposes rssi (signal strength in dBm) from scan results on both Android and iOS. Null when the platform reported no reading.
  • Fix (iOS): getHealthData() did not reset its collector between calls, so each sync appended another copy of the ring's replayed history to the previous payload. Readings accumulated without bound for the life of the connection and totals read far too high. Android already cleared its collector; iOS now does the same.
  • Fix: sport calories is now reported in whole kcal. The SDK returns milli-kcal (a 563-step, 6-minute walk reports 17536), which surfaced as absurd calorie figures.

0.0.5 #

  • iOS: added Swift Package Manager support, clearing the "The following plugins do not support Swift Package Manager for ios" warning. The iOS sources moved to ios/luck_ring_plugin/Sources/luck_ring_plugin/ and the vendored BluetoothLibrary.framework is now an XCFramework at ios/luck_ring_plugin/Frameworks/BluetoothLibrary.xcframework, since SwiftPM only accepts XCFrameworks as binary targets. The podspec was updated to the same paths, so CocoaPods projects keep working unchanged. No API changes.
1
likes
160
points
42
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for interacting with Luck Ring wearable devices, providing Bluetooth connectivity and health data synchronization.

Repository (GitHub)
View/report issues

Topics

#android #ios #plugin

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on luck_ring_plugin

Packages that implement luck_ring_plugin