spike_flutter_sdk 0.0.9
spike_flutter_sdk: ^0.0.9 copied to clipboard
Reads HealthKit data from iOS HealthKit, and allows you to sync it with your chosen backend.
0.0.1 #
- Apple HealthKit data reading functionality with ability to send this data to the server of your choice.
0.0.2 #
- Improved handling of the background tasks registration.
- Support to set custom task ID introduced to check if background tasks actually work.
- Support for event tracking introduced. Tracking can be enabled or disabled.
0.0.3 #
- Made sure background tasks would take correct intervals to send the data.
- Added more information to logging.
- Made sure events logged would be sorted by the date in an ascending order.
0.0.4 #
- Background delivery support introduced.
- Better code organization regarding storing some configured data in the storage.
- Background delivery interval support introduced.
- Improvements regarding date and time resolution when resolving or sending the data.
0.0.5 #
- Background delivery now takes last three days for the data to be sent.
- calories removed, and basal energy burned introduced instead.
0.0.6 #
- Workout data reading introduced.
- Summary data reading improved, and now all of the summary data can be read.
0.0.7 #
- Example updated.
- Summary data reading improved even further.
- Added the way to send separate identifier data.
- README updated.
0.0.8 #
- Removed some data for summary.
- Workouts data times rounding added, so conversions would not fail.
0.0.9 #
- Activity groups support introduced.