ink_runtime 2.0.0
ink_runtime: ^2.0.0 copied to clipboard
Inkle Ink runtime implementation in Dart,
We analyzed this package 9 days ago, and awarded it 90 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.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/dietfriends/ink.dart
was unreachable. Make sure that the website is reachable via HEAD
requests.
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:15:49
╷
15 │ <p>Please file feature requests and bugs at the <a href="http://example.com/issues/replaceme">issue tracker</a>.</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("2.0.0").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0
.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting ink_runtime... Discovering libraries... Linking elements... Precaching local docs for 172333 elements... Initialized dartdoc with 503 libraries Generating docs for library ink.dart from package:ink_runtime/ink.dart... Generating docs for library ink_runtime.dart from package:ink_runtime/ink_runtime.dart... Documented 2 public libraries in 41.8 seconds ERR: warning: ambiguous reexport of call_stack.previousPointerToJson, canonicalization candidates: (ink_runtime, ink_runtime) -> ink_runtime (confidence 0.000) from call_stack.previousPointerToJson: (file:///tmp/pana_XUQTJQ/lib/src/call_stack.dart:306:9) ink_runtime: 1.210 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.2000)) ink_runtime: 1.210 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.2000)) Use {@canonicalFor call_stack.previousPointerToJson} 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 [287 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 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 395 issues. Showing the first 2:
WARNING: Duplicate export.
lib/ink.dart:6:8
╷
6 │ export 'src/choice.dart';
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/ink.dart
WARNING: Duplicate export.
lib/ink.dart:9:8
╷
9 │ export 'src/container.dart';
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/ink.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
^2.0.0 |
2.13.0 | 2.13.0 | |
collection |
^1.0.0 |
1.19.1 | 1.19.1 | |
darq |
^1.0.0 |
1.2.1 | 2.1.0 | |
equatable |
^2.0.0 |
2.0.7 | 2.0.7 | |
freezed_annotation |
^2.0.0 |
2.4.4 | 3.1.0 | |
logging |
^1.2.0 |
1.3.0 | 1.3.0 | |
meta |
^1.0.0 |
1.17.0 | 1.17.0 | |
quiver |
^3.0.0 |
3.2.2 | 3.2.2 | |
stack |
^0.2.1 |
0.2.2 | 0.2.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
boolean_selector |
- | 2.1.2 | 2.1.2 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
matcher |
- | 0.12.17 | 0.12.17 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.7 | 0.7.7 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.0.0` on darq does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions darq
to update the constraint.
The constraint `^2.0.0` on freezed_annotation does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions freezed_annotation
to update the constraint.
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.22.23
, Dart 3.9.3
.
Check the analysis log for details.