training_center_xml 0.1.0 copy "training_center_xml: ^0.1.0" to clipboard
training_center_xml: ^0.1.0 copied to clipboard

A flutter package to handle Garmin Training Center Xml files (.tcx).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add training_center_xml

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

dependencies:
  training_center_xml: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:training_center_xml/training_center_xml.dart';
0
likes
130
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package to handle Garmin Training Center Xml files (.tcx).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, xml, xml_annotation

More

Packages that depend on training_center_xml