cph-cachet / flutter-plugins

A collection of Flutter plugins developed by CACHET
527 stars 625 forks source link

[Health] manual entry filter for getTotalStepsInInterval #980

Open thegamenicorus opened 2 weeks ago

thegamenicorus commented 2 weeks 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);