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

Shared code between the stacked packages.

2
likes
80/ 140
pub points
76%
popularity

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

failed
Follow Dart file conventions
20 / 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/FilledStacks/stacked/tree/master/packages/stacked_core 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: stacked_core,
    • contains a version property, and,
    • does not contain a publish_to property.

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

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

98 out of 153 API elements (64.1 %) have documentation comments.

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

10/10 points: Package has 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
0 / 50trigger folding of the section

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

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

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

    ╷
405 │         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

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
get_it ^7.1.4 7.7.0 7.7.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
collection - 1.18.0 1.18.0
meta - 1.14.0 1.14.0

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

2
likes
80
pub points
76%
popularity

Publisher

unverified uploader

Shared code between the stacked packages.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

get_it

More

Packages that depend on stacked_core