activity_files 0.1.1
activity_files: ^0.1.1 copied to clipboard
A pure Dart toolkit for parsing, editing, and encoding workout activity files such as GPX, TCX, and FIT.
0.1.1 #
- fix README
0.1.0 #
- Handle FIT compressed timestamp headers and ensure unknown message types advance the reader instead of hanging.
- Add
ActivityParser.parseBytes, broadenActivityConverter.convertinput support, and let the CLI operate on raw FIT binaries without manual base64. - Document the new FIT workflow and add regression coverage for compressed headers.
0.0.2 #
- Upgrade dependencies and sdk
- Add
example/basic_usage.dartillustrating a minimal GPX round-trip.
0.0.1 #
- Initial release of
activity_fileswith GPX/TCX parsing, editing, validation, and encoding utilities plus a conversion/validation CLI scaffold.