spike_flutter_sdk 1.0.4
spike_flutter_sdk: ^1.0.4 copied to clipboard
Reads HealthKit data from iOS HealthKit, and syncs it with Spike 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.
0.0.10 #
- Sleep data reading and sending support introduced.
1.0.0 #
- Complete rewrite of the library to follow the Spike standards required.
1.0.1 #
- Complete rewrite of the communication with backend.
- Reading the body data introduced.
- Calculating time improved.
- More logging added.
1.0.2 #
- Better logging.
1.0.3 #
- More logging added.
- IDs usage fixed.
1.0.4 #
- Logging improvements.
- Sending data to backend improvements.
- Android Health Connect Core recreated using direct API for the Health Connect due to failure of Flutter package to properly convert data under the release mode.