dogs_core 6.1.1 dogs_core: ^6.1.1 copied to clipboard
a universal serialization library using code generation to reduce boilerplate massively.
We analyzed this package 4 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/DarwinFramework/dogs/issues
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: dogs_core
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
packages/dogs/pubspec.yaml
from the repository URL mismatch: expected https://github.com/DarwinFramework/dogs
but got https://github.com/helightdev/dogs
.
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: Apache-2.0
.
10/10 points: 20% or more of the public API has dartdoc comments
183 out of 794 API elements (23.0 %) have documentation comments.
Some symbols that are missing documentation: blank
, blank.NotBlank
, blank.NotBlank.getCachedValue
, blank.NotBlank.isApplicable
, blank.NotBlank.validate
.
10/10 points: Package has 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.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
INFO: The argument type 'DogConverter
lib/src/opmodes/operation.dart:78:30
╷
78 │ var cached = typeMapping[converter];
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/opmodes/operation.dart
INFO: Use 'TypeName _' instead of a type literal.
lib/src/schema/schema.dart:43:16
╷
43 │ case String:
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/schema/schema.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
^1.17.1 |
1.19.1 | 1.19.1 |
conduit_open_api |
^4.2.2 |
4.4.0 | 5.1.3 |
lyell |
^1.1.0 |
1.1.0 | 1.1.0 |
meta |
^1.9.0 |
1.16.0 | 1.16.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
conduit_codable |
- | 4.4.0 | 5.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^4.2.2` on conduit_open_api does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions conduit_open_api
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.15
, Dart 3.5.4
.
Check the analysis log for details.