startrek 1.1.4
startrek: ^1.1.4 copied to clipboard
Interstellar Transport
We analyzed this package 19 days ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
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: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting startrek... Discovering libraries... Linking elements... Precaching local docs for 140898 elements... Initialized dartdoc with 90 libraries Generating docs for library skywalker.dart from package:startrek/skywalker.dart... Generating docs for library nio.dart from package:startrek/nio.dart... Generating docs for library startrek.dart from package:startrek/startrek.dart... Generating docs for library pair.dart from package:startrek/pair.dart... Generating docs for library fsm.dart from package:startrek/fsm.dart... [1 more lines] ERR: warning: ambiguous reexport of runner.Processor, canonicalization candidates: (startrek, startrek) -> startrek (confidence 0.000) from runner.Processor: (file:///tmp/pana_XAYESV/lib/src/fsm/runner.dart:33:26) startrek: 1.178 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.1667), _Reason.locationPartStart (+0.001000)) startrek: 1.178 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.1667), _Reason.locationPartStart (+0.001000)) Use {@canonicalFor runner.Processor} in the desired library's documentation to resolve the ambiguity and/or override dartdoc's decision, or structure your package so the reexport is less ambiguous. The symbol will still be referenced in all candidates -- this only controls the location where it will be written and which library will be displayed in navigation for the relevant pages. The flag [93 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:startrek/startrek.dartthat imports:package:startrek/src/stargate.dartthat imports:package:startrek/src/stardocker.dartthat imports:package:startrek/src/port/docker.dartthat imports:package:startrek/src/nio/exception.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 126 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/src/fsm/machine.dart:44:12
╷
44 │ /// @param <C> - context
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/fsm/machine.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/fsm/machine.dart:60:12
╷
60 │ /// @param <C> - context
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/fsm/machine.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
object_key |
^1.1.1 |
1.1.1 | 1.1.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.3, Dart 3.10.4.
Check the analysis log for details.