dogs_odm 1.0.0-alpha.15 dogs_odm: ^1.0.0-alpha.15 copied to clipboard
Odm support for dogs.
We analyzed this package 35 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 60 to 180 characters to describe the package, what it does, and its target use case.
-
pubspec.yaml
doesn't have ahomepage
entry. -
pubspec.yaml
doesn't have arepository
entry.
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
99 out of 396 API elements (25.0 %) have documentation comments.
Some symbols that are missing documentation: database
, database.MemoryDatabase
, database.MemoryDatabase.MemoryDatabase
, database.MemoryDatabase.analysis
, database.MemoryDatabase.createJsonDump
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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 14 issues. Showing the first 2:
/tmp/pana_PAVDCQ/lib/dogs_odm.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_PAVDCQ/lib/memory/database.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 |
conduit_open_api |
^4.4.0 |
4.4.0 | 5.1.3 |
dogs_core |
^9.4.0 |
9.4.0 | 9.4.0 |
meta |
^1.11.0 |
1.16.0 | 1.16.0 |
uuid |
^4.3.3 |
4.5.1 | 4.5.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
conduit_codable |
- | 4.4.0 | 5.1.3 |
crypto |
- | 3.0.6 | 3.0.6 |
fixnum |
- | 1.1.1 | 1.1.1 |
lyell |
- | 1.1.0 | 1.1.0 |
sprintf |
- | 7.0.0 | 7.0.0 |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^4.4.0` 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.17
, Dart 3.6.0
.
Check the analysis log for details.