Go to file
Haslinger Stefan (extern) 667b66eca9 fixed linter warnings 2023-04-04 21:29:14 +02:00
.gradle renaming to fit_parser 2020-01-07 13:52:47 +01:00
example fixed linter warnings 2023-04-04 21:29:14 +02:00
lib fixed linter warnings 2023-04-04 21:29:14 +02:00
test look ahead started, I guess ... 2019-06-20 08:29:43 +02:00
.gitignore getting rid of .idea, finally; handling unspecified global definition messages and data 2019-06-25 17:27:02 +02:00
CHANGELOG.md remove .idea form git, update dependencies, update changelog 2022-02-17 08:35:09 +01:00
LICENSE Initial commit 2019-05-12 12:00:05 +02:00
README.md markdown formatting 2022-02-17 08:27:35 +01:00
analysis_options.yaml switching from pedantic to lints package 2022-02-16 16:45:54 +01:00
fit-parser.iml renaming to fit_parser 2020-01-07 13:52:47 +01:00
fit_parser.code-workspace remove unused debug parameter 2022-02-16 16:29:01 +01:00
pubspec.yaml updated dependencies 2023-04-04 21:14:23 +02:00

README.md

Readme

A .fit file format parsing library. fit stands for Flexible and Interoperable Data Transfer. It is a file format for tracking sports activities and is heavily influenced and used by Garmin Fitness Trackers, but also by a lot of other brands.

The library is licensed under the AGPLv3.

Usage

A simple usage example:

import 'package:fit_parser/fit_parser.dart';


## The actual API is still under development

Features and bugs

First goal is to read and parse .fit-Files from Garmin Forerunner 235 running watches.

Please file bugs at the Github Repo.