cph-cachet / flutter-plugins

A collection of Flutter plugins developed by CACHET
554 stars 681 forks source link

[Health] manual entry filter for getTotalStepsInInterval #980

Closed thegamenicorus closed 4 months ago

thegamenicorus commented 5 months ago

Added manual entry filter for .getTotalStepsInInterval.

// get the number of steps for today
var midnight = DateTime(now.year, now.month, now.day);
int? steps = await Health().getTotalStepsInInterval(midnight, now, includeManualEntry: false);
SlimShadyIAm commented 4 months ago

Thanks for your PR!