heart_rate_chart 1.1.1 copy "heart_rate_chart: ^1.1.1" to clipboard
heart_rate_chart: ^1.1.1 copied to clipboard

A lightweight Flutter heart‑rate range chart (hour buckets + spikes) with rich customization.

1.1.1 #

  • Added xTimeLabelFormatter to HeartRateChartConfig.
    • Allows full control over X-axis time label formatting using a DateTime formatter.
    • Default format remains "02:00".
    • Backward compatible: falls back to xHourLabelFormatter if not provided.
  • Example usage:
    HeartRateChartConfig(
      xTimeLabelFormatter: (t) =>
          '${t.hour.toString().padLeft(2, '0')}:${t.minute.toString().padLeft(2, '0')}',
    )
    

1.0.0 #

  • Stable 1.0 release.
    • Customizable style & config
    • Health adapter (std-dev & IQR), spike-time preserved
    • Interval presets & includeSpikesInBars switch

0.1.0 #

  • Initial release with customizable style & config.
2
likes
150
points
31
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter heart‑rate range chart (hour buckets + spikes) with rich customization.

Repository (GitHub)
View/report issues

Topics

#chart #health #heart-rate

License

MIT (license)

Dependencies

flutter

More

Packages that depend on heart_rate_chart