activity_files 0.6.0 copy "activity_files: ^0.6.0" to clipboard
activity_files: ^0.6.0 copied to clipboard

A pure Dart toolkit for parsing, editing, validating, and converting workout activity files in GPX, TCX, FIT, GeoJSON, and CSV formats.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add activity_files

With Flutter:

 $ flutter pub add activity_files

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

dependencies:
  activity_files: ^0.6.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:activity_files/activity_files.dart';
3
likes
160
points
2.69k
downloads

Documentation

API reference

Publisher

verified publishereikedreier.xyz

Weekly Downloads

A pure Dart toolkit for parsing, editing, validating, and converting workout activity files in GPX, TCX, FIT, GeoJSON, and CSV formats.

Repository (GitHub)
View/report issues

Topics

#health #fitness #workout #converter #sports

License

BSD-3-Clause (license)

Dependencies

args, async, collection, csv, xml

More

Packages that depend on activity_files