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.

10
likes
110/ 140
pub points
72%
popularity

We analyzed this package 4 days ago, and awarded it 110 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

1520 out of 6042 API elements (25.2 %) have documentation comments.

Some symbols that are missing documentation: fit_tool.AccelerometerDataAccelXField, fit_tool.AccelerometerDataAccelXField.AccelerometerDataAccelXField, fit_tool.AccelerometerDataAccelXField.ID, fit_tool.AccelerometerDataAccelYField, fit_tool.AccelerometerDataAccelYField.AccelerometerDataAccelYField.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:fit_tool/fit_tool.dart that imports:
  • package:fit_tool/src/profile/messages/zones_target_message.dart that imports:
  • package:fit_tool/src/profile/messages/common_fields.dart that imports:
  • package:fit_tool/src/definition_message.dart that imports:
  • package:fit_tool/src/profile/messages/message_factory.dart that imports:
  • package:fit_tool/src/profile/messages/climb_pro_message.dart that imports:
  • package:fit_tool/src/data_message.dart that imports:
  • package:fit_tool/src/utils/logger.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/file_output_stub.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 232 issues. Showing the first 2:

WARNING: Unused import: 'package:logger/logger.dart'.

lib/src/fit_file.dart:6:8

  ╷
6 │ import 'package:logger/logger.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/fit_file.dart

WARNING: Unused import: '../../sub_field.dart'.

lib/src/profile/messages/accelerometer_data_message.dart:11:8

   ╷
11 │ import '../../sub_field.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/profile/messages/accelerometer_data_message.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
collection ^1.15.0 1.18.0 1.18.0
csv ^5.0.0 5.1.1 6.0.0
fixnum ^1.0.1 1.1.0 1.1.0
logger ^1.1.0 1.4.0 2.2.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^5.0.0` on csv does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions csv to update the constraint.

The constraint `^1.1.0` on logger does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions logger to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

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