conduit_common 1.0.0
conduit_common: ^1.0.0 copied to clipboard
Common classes shared by conduit projects.
We analyzed this package 23 hours ago, and awarded it 90 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.
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: conduit_common.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: conduit_common, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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: BSD-2-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
23 out of 26 API elements (88.5 %) have documentation comments.
Some symbols that are missing documentation: conduit_common, conduit_common.APIComponentDocumenter.APIComponentDocumenter.new, conduit_common.APIOperationDocumenter.APIOperationDocumenter.new.
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.
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: The '!' will have no effect because the receiver can't be null.
lib/src/openapi/documentable.dart:165:37
╷
165 │ .expand((p) => p!.operations!.values)
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/openapi/documentable.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
conduit_open_api |
^1.0.0-0 |
1.0.0-b8 | 6.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
conduit_codable |
- | 1.0.0-b4 | 6.0.0 | |
meta |
- | 1.17.0 | 1.17.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^1.0.0-0` on conduit_open_api does not support the stable version `3.0.1`.
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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 14 errors:
ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/openapi/documentable.dart:107:24- The argument type 'Map<String, APISchemaObject?>?' can't be assigned to the parameter type 'Map<String, APISchemaObject>'.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/openapi/documentable.dart:109:26- The argument type 'Map<String, APIResponse?>?' can't be assigned to the parameter type 'Map<String, APIResponse>'.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/openapi/documentable.dart:111:27- The argument type 'Map<String, APIParameter?>?' can't be assigned to the parameter type 'Map<String, APIParameter>'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.3, Dart 3.10.4.
Check the analysis log for details.