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.

Libraries

fit_parser