fit_tool 1.0.5 copy "fit_tool: ^1.0.5" to clipboard
fit_tool: ^1.0.5 copied to clipboard

A library for reading and writing Garmin FIT files. The Flexible and Interoperable Data Transfer (FIT) protocol is a standard for storing fitness activities, courses, and workouts.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fit_tool

With Flutter:

 $ flutter pub add fit_tool

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

dependencies:
  fit_tool: ^1.0.5

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_tool/fit_tool.dart';
10
likes
110
pub points
72%
popularity

Publisher

verified publisherstagescycling.com

A library for reading and writing Garmin FIT files. The Flexible and Interoperable Data Transfer (FIT) protocol is a standard for storing fitness activities, courses, and workouts.

Repository

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, csv, fixnum, logger

More

Packages that depend on fit_tool