ink_runtime 2.0.0 copy "ink_runtime: ^2.0.0" to clipboard
ink_runtime: ^2.0.0 copied to clipboard

Inkle Ink runtime implementation in Dart,

90/ 160
pub points
50
downloads

We analyzed this package 9 days ago, and awarded it 90 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
10 / 30trigger folding of the section

Failed check 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.

Failed check 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.

Failed check 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.

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Failed check 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]

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 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.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.

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

Passed check 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.

Weekly downloads

Display as:
By versions:
0
likes
90
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

Inkle Ink runtime implementation in Dart,

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

async, collection, darq, equatable, freezed_annotation, logging, meta, quiver, stack

More

Packages that depend on ink_runtime