🔧Changelog

v 2.0.0

Breaking Changes

  • MeasurementCreationData.fromCameraSdk is now taking a Map<String, dynamic> instead of a String. It's to follow the update from the flutter-camera-sdk.

Additions

  • Method to get the GeneralConfiguration & UserConfiguration.

  • Method to update the UserConfiguration.

  • Method getMostSevereLabel() on the measurement.

Updates

  • Updated the method updateProfile(ProfileData updateData, string userId) to not require the userId anymore.

Last updated