traindown 2.5.0
traindown: ^2.5.0 copied to clipboard
A language to help athletes express their training. Inspired by Markdown.
We analyzed this package 5 days ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://www.traindown.com/ was unreachable. Make sure that the website is reachable via HEAD requests.
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.
10/10 points: 20% or more of the public API has dartdoc comments
56 out of 137 API elements (40.9 %) have documentation comments.
Some symbols that are missing documentation: traindown, traindown.ConsolePresenter.ConsolePresenter.new, traindown.ConsolePresenter.initString, traindown.ConsolePresenter.writeMetadata, traindown.ConsolePresenter.writeMovements.
10/10 points: Package has an example
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:traindown/traindown.dartthat imports:package:traindown/src/session.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: The variable name 'from_files' isn't a lowerCamelCase identifier.
lib/src/inspector.dart:29:21
╷
29 │ factory Inspector.from_files(List<File> files,
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/inspector.dart
INFO: The variable name 'from_directory' isn't a lowerCamelCase identifier.
lib/src/inspector.dart:45:21
╷
45 │ factory Inspector.from_directory(Directory directory,
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/inspector.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
^1.1.0 |
1.4.1 | 1.4.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.10, Dart 3.11.1.
Check the analysis log for details.