fit_parser 2.0.0
fit_parser: ^2.0.0 copied to clipboard
A .fit file format parsing library. fit stands for Flexible and Interoperable Data Transfer. It is a file format for tracking sports activities with smart watches and the like.
Changelog #
2.0.0 - 2022-02-17 #
- Updating to null safety (and indicating with the version number, that we are now Dart 2 compatible)
0.2.0 - 2020-08-17 #
- Allow for sub_sport 255
- Fix some duplicate values, mostly typos.
0.1.9 - 2020-08-12 #
- Ignoring missing native_field_number in developer fields
- Allow for Exercise Titles
0.1.8 - 2020-03-17 #
- Enabled workouts in activities, but we ignore the records.
0.1.7 - 2020-03-16 #
- Segment lap fields are used by certain Garmin watches.
- Bug in messageTypeFieldResolution fixed.
0.1.6 - 2020-01-15 #
- fail-safe to null for dataMessage.get()
0.1.5 - 2020-01-15 #
- get and any methods for easier access to values for dataMessage.
- Typo in session_fields fixed.
0.1.4 - 2020-01-13 #
0.0.1 - 2020-01-07 #
- Initial version, to check, if importing is possible, at all.