luck_ring_plugin 0.0.4 copy "luck_ring_plugin: ^0.0.4" to clipboard
luck_ring_plugin: ^0.0.4 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.
1
likes
150
points
164
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