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,

0
likes
75/ 140
pub points
3%
popularity

We analyzed this package 22 hours ago, and awarded it 75 pub points (of a possible 140):

failed
Follow Dart file conventions
15 / 30trigger folding of the section

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 60 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 to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: ink_runtime,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

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.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

failed
Provide documentation
0 / 20trigger folding of the section

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 172263 elements... Initialized dartdoc with 498 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 36.6 seconds ERR: warning: ambiguous reexport of runtime_object.RuntimeObject, canonicalization candidates: (ink_runtime, ink_runtime) -> ink_runtime (confidence 0.000) from runtime_object.RuntimeObject: (file:///tmp/pana_CGBBZY/lib/src/runtime_object.dart:10:16) 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 runtime_object.RuntimeObject} 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 [204 more lines]

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 215 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
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
async ^2.0.0 2.11.0 2.11.0
collection ^1.0.0 1.18.0 1.18.0
darq ^1.0.0 1.2.1 2.0.0
equatable ^2.0.0 2.0.5 2.0.5
freezed_annotation ^2.0.0 2.4.1 2.4.1
logging ^1.2.0 1.2.0 1.2.0
meta ^1.0.0 1.15.0 1.15.0
quiver ^3.0.0 3.2.1 3.2.1
stack ^0.2.1 0.2.2 0.2.2
Transitive dependencies
Package Constraint Compatible Latest
boolean_selector - 2.1.1 2.1.1
json_annotation - 4.9.0 4.9.0
matcher - 0.12.16+1 0.12.16+1
path - 1.9.0 1.9.0
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.1 0.7.1

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.

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.

0
likes
75
pub points
3%
popularity

Publisher

unverified uploader

Inkle Ink runtime implementation in Dart,

Repository (GitHub)
View/report issues

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