fit_sdk 0.1.0
fit_sdk: ^0.1.0 copied to clipboard
A Dart port of the Garmin FIT SDK for encoding and decoding FIT (Flexible and Interoperable Data Transfer) files. This library allows you to read and write FIT files used by Garmin and other fitness devices.
0.1.0 #
- Initial release
- Dart port of Garmin FIT SDK from C#
- Support for FIT Protocol v2.0
- Support for FIT Profile v21.188
- Core features:
- Decode FIT files with full message parsing
- Encode FIT files with message creation
- Developer field support
- Message broadcasting system
- CRC validation
- Protocol validation
- Includes all standard FIT message types
- Pure Dart implementation with no native dependencies