fusion44 / fit_parser

Fit file format parser library written in Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Fit file format parser library written in Dart

License:GNU Affero General Public License v3.0


Languages

Language:Dart 100.0%