fit_parser 2.0.0 copy "fit_parser: ^2.0.0" to clipboard
fit_parser: ^2.0.0 copied to clipboard

A .fit file format parsing library. fit stands for Flexible and Interoperable Data Transfer. It is a file format for tracking sports activities with smart watches and the like.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fit_parser

With Flutter:

 $ flutter pub add fit_parser

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fit_parser: ^2.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fit_parser/fit_parser.dart';
3
likes
115
pub points
0%
popularity

Publisher

unverified uploader

A .fit file format parsing library. fit stands for Flexible and Interoperable Data Transfer. It is a file format for tracking sports activities with smart watches and the like.

Repository (GitHub)
View/report issues

Documentation

API reference

License

AGPL-3.0 (LICENSE)

Dependencies

collection

More

Packages that depend on fit_parser