cph-cachet / flutter-plugins

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

[health] Fixed SleepSessionRecord stage error #928

Closed thegamenicorus closed 8 months ago

thegamenicorus commented 8 months ago

Step to reproduce:

HealthFactory health = HealthFactory(
  useHealthConnectIfAvailable: true,
);

var sleepDataHC = await health.getHealthDataFromTypes(
      sleepStart,
      sleepEnd,
      [
        HealthDataType.SLEEP_SESSION,
      ],
    );

Result:

 java.lang.IllegalArgumentException: Unsupported value: 'androidx.health.connect.client.records.SleepSessionRecord$Stage@c063c16c' of type 'class androidx.health.connect.client.records.SleepSessionRecord$Stage'
bardram commented 8 months ago

Has been added to the upcoming 10.0.0 release. Thx.