json_schema_plus 0.0.1 copy "json_schema_plus: ^0.0.1" to clipboard
json_schema_plus: ^0.0.1 copied to clipboard

Provide support for validating instances against json schema

0
likes
100/ 140
pub points
0%
popularity

We analyzed this package 9 days ago, and awarded it 100 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: json_schema_plus,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: json_schema_plus.

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.

failed
Provide documentation
10 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

74 out of 167 API elements (44.3 %) have documentation comments.

Some symbols that are missing documentation: json_schema_plus, json_schema_plus.AsyncRetrievalOperation, json_schema_plus.DefaultValidators, json_schema_plus.DefaultValidators.DefaultValidators, json_schema_plus.DefaultValidators.emailValidator.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 6 issues. Showing the first 2:

WARNING: The parameter type of '==' operators should be non-nullable.

lib/src/json_schema.dart:774:17

    ╷
774 │   bool operator ==(dynamic other) =>
    │                 ^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/json_schema.dart

INFO: Missing a corresponding override of '=='.

lib/src/constants.dart:90:11

   ╷
90 │   int get hashCode => value;
   │           ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/constants.dart

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
args ^2.3.1 2.5.0 2.5.0
collection ^1.16.0 1.18.0 1.18.0
logging ^1.0.2 1.2.0 1.2.0
meta ^1.7.0 1.14.0 1.14.0
path ^1.8.0 1.9.0 1.9.0
rest_client ^2.1.4+7 2.4.0 2.4.0
uri ^1.0.0 1.0.0 1.0.0
yaon ^1.0.1+3 1.1.4+8 1.1.4+8
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
clock - 1.1.1 1.1.1
crypto - 3.0.3 3.0.3
fixnum - 1.1.0 1.1.0
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.0.2
intl - 0.18.1 0.19.0
matcher - 0.12.16+1 0.12.16+1
quiver - 3.2.1 3.2.1
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.1 0.7.1
typed_data - 1.3.2 1.3.2
uuid - 4.4.0 4.4.0
web - 0.5.1 0.5.1
yaml - 3.1.2 3.1.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

Provide support for validating instances against json schema

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, collection, logging, meta, path, rest_client, uri, yaon

More

Packages that depend on json_schema_plus