conduit_open_api_forked 1.0.1 copy "conduit_open_api_forked: ^1.0.1" to clipboard
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.

110/ 160
pub points
35
downloads

We analyzed this package 42 hours ago, and awarded it 110 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-2-Clause.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 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.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 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.

Weekly downloads

Display as:
By versions:
1
likes
110
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

Data structures for OpenAPI (Swagger) specification. Reads and writes JSON specifications. Fork, with discriminator support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

conduit_codable, meta

More

Packages that depend on conduit_open_api_forked