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 11 days ago, and awarded it 120 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
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
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 |
|---|---|---|---|---|
conduit_codable |
^1.0.0-0 |
1.0.0-b4 | 6.0.0 | |
meta |
^1.1.5 |
1.18.2 | 1.18.2 |
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.23.12, Dart 3.11.2.
Check the analysis log for details.