conduit_open_api_forked 1.0.1
conduit_open_api_forked: ^1.0.1 copied to clipboard
Data structures for OpenAPI (Swagger) specification. Reads and writes JSON specifications. Fork, with discriminator support.
We analyzed this package 42 hours ago, and awarded it 110 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
161 out of 483 API elements (33.3 %) have documentation comments.
Some symbols that are missing documentation: open_api_v2_forked.APIContact.APIContact.new
, open_api_v2_forked.APIContact.decode
, open_api_v2_forked.APIContact.email
, open_api_v2_forked.APIContact.encode
, open_api_v2_forked.APIContact.name
.
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.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 65 issues. Showing the first 2:
INFO: Sort directive sections alphabetically.
lib/src/object.dart:2:1
╷
2 │ import 'package:conduit_codable/conduit_codable.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/object.dart
INFO: Missing a required trailing comma.
lib/src/object.dart:27:107
╷
27 │ "extension keys must start with 'x-'. The following keys are invalid: ${invalidKeys.join(", ")}");
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/object.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
conduit_codable |
^1.0.0-0 |
1.0.0-b4 | 5.1.5 | |
meta |
^1.1.5 |
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_codable does not support the stable version `3.0.4`.
Try running dart pub upgrade --major-versions conduit_codable
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 105 errors:
URI_DOES_NOT_EXIST
-lib/src/object.dart:2:8
- Target of URI doesn't exist: 'package:conduit_codable/conduit_codable.dart'.EXTENDS_NON_CLASS
-lib/src/object.dart:4:25
- Classes can only extend other classes.UNDEFINED_CLASS
-lib/src/object.dart:9:15
- Undefined class 'KeyedArchive'.
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.22.24
, Dart 3.9.4
.
Check the analysis log for details.