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

outdated

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

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.3

Alternatively, your editor might support dart 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';
15
likes
0
points
466
downloads

Publisher

verified publisherstagescycling.com

Weekly Downloads

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

License

unknown (license)

Dependencies

collection, csv, fixnum, logger

More

Packages that depend on fit_tool