kiss_services_core 0.0.1
kiss_services_core: ^0.0.1 copied to clipboard
The core common components for all Kiss microservices
We analyzed this package 17 hours ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/LeeMatthewHiggins/kiss_services_core 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: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
1 out of 103 API elements (1.0 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: kiss_services_core, kiss_services_core.Artifact, kiss_services_core.Artifact.Artifact.fromJson, kiss_services_core.Artifact.Artifact.new, kiss_services_core.Artifact.author.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:kiss_services_core/kiss_services_core.dartthat imports:package:kiss_services_core/src/artifacts/repository_artifacts_firestore.dartthat imports:package:kiss_firebase_repository_rest/kiss_firebase_repository_rest.dartthat imports:package:kiss_firebase_repository_rest/src/google_client.dartthat imports:package:googleapis_auth/auth_io.dartthat imports:package:googleapis_auth/src/impersonated_auth_client.dartthat imports:package:googleapis_auth/src/iam_signer.dartthat imports:package:google_cloud/google_cloud.dartthat imports:package:google_cloud/src/metadata.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
googleapis |
^14.0.0 |
14.0.0 | 16.0.0 | |
kiss_firebase_repository_rest |
^0.0.2 |
0.0.2 | 0.3.0 | |
kiss_repository |
^0.7.0 |
0.7.0 | 0.16.0 | |
very_good_analysis |
^7.0.0 |
7.0.0 | 10.2.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_discoveryapis_commons |
- | 1.0.7 | 1.0.7 | |
async |
- | 2.13.1 | 2.13.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
google_cloud |
- | 0.5.0 | 0.5.0 | |
google_identity_services_web |
- | 0.3.3+1 | 0.3.3+1 | |
googleapis_auth |
- | 2.3.1 | 2.3.1 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
meta |
- | 1.18.2 | 1.18.2 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^14.0.0` on googleapis does not support the stable version `15.0.0`.
Try running dart pub upgrade --major-versions googleapis to update the constraint.
The constraint `^0.0.2` on kiss_firebase_repository_rest does not support the stable version `0.1.0`.
Try running dart pub upgrade --major-versions kiss_firebase_repository_rest 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.12, Dart 3.12.0.
Check the analysis log for details.