stacked_core 1.2.3 copy "stacked_core: ^1.2.3" to clipboard
stacked_core: ^1.2.3 copied to clipboard

outdated

Shared code between the stacked packages.

2
likes
90/ 160
pub points
901
downloads

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

Failed report section
Follow Dart file conventions
20 / 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.

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: stacked_core,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: stacked_core.

Homepage URL doesn't exist.

At the time of the analysis https://github.com/FilledStacks/stacked/tree/master/packages/stacked_core was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

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

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

98 out of 171 API elements (57.3 %) have documentation comments.

Some symbols that are missing documentation: stacked_core.AdaptiveRoute, stacked_core.AdaptiveRoute.AdaptiveRoute.new, stacked_core.AdaptiveRouter, stacked_core.AdaptiveRouter.AdaptiveRouter.new, stacked_core.CupertinoRoute.

Passed check 10/10 points: Package has an example

Failed 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

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

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

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 9 issues. Showing the first 2:

ERROR: The argument type 'Object?' can't be assigned to the parameter type 'T?'.

lib/src/code_generation/locator/stacked_locator.dart:408:19

    ╷
408 │         instance: instance,
    │                   ^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/code_generation/locator/stacked_locator.dart

WARNING: The operand can't be 'null', so the condition is always 'true'.

lib/src/code_generation/router/stacked_router_annotations.dart:21:21

   ╷
21 │   ) : assert(routes != null);
   │                     ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/code_generation/router/stacked_router_annotations.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
get_it ^7.1.4 7.7.0 8.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
collection - 1.19.1 1.19.1
meta - 1.16.0 1.16.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^7.1.4` on get_it does not support the stable version `8.0.0`.

Try running dart pub upgrade --major-versions get_it 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.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
90
points
901
downloads

Publisher

unverified uploader

Weekly Downloads

Shared code between the stacked packages.

Documentation

API reference

License

MIT (license)

Dependencies

get_it

More

Packages that depend on stacked_core