dogs_yaml 1.0.0
dogs_yaml: ^1.0.0 copied to clipboard
Yaml serializer for the dogs graph serializer
We analyzed this package 18 hours ago, and awarded it 120 pub points (of a possible 160):
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.
Repository URL doesn't exist.
At the time of the analysis https://github.com/DarwinFramework/dogs was unreachable. Make sure that the website is reachable via HEAD requests.
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
8 out of 17 API elements (47.1 %) have documentation comments.
Some symbols that are missing documentation: dogs_yaml.DogYamlExtension, dogs_yaml.DogYamlExtension.yamlSerializer, dogs_yaml.DogYamlSerializer, dogs_yaml.DogYamlSerializer.DogYamlSerializer.new, dogs_yaml.DogYamlSerializer.deserialize.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:dogs_yaml/dogs_yaml.dartthat imports:package:dogs_core/dogs_core.dartthat imports:package:dogs_core/src/engine.dartthat imports:package:aqueduct_isolates/aqueduct_isolates.dartthat imports:package:aqueduct_isolates/src/extension.dartthat imports:dart:isolate
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: Unused import: 'dart:convert'.
lib/dogs_yaml.dart:7:8
╷
7 │ import 'dart:convert';
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/dogs_yaml.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dogs_core |
^1.0.0 |
1.0.0 | 10.1.2 | |
json2yaml |
^3.0.0 |
3.0.1 | 3.0.1 | |
yaml |
^3.1.1 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
aqueduct_isolates |
- | 1.0.1 | 1.0.1 | Discontinued |
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.18.1 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^1.0.0` on dogs_core does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions dogs_core 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.23.10, Dart 3.11.1.
Check the analysis log for details.