fetch_graphql_schema 0.0.1-dev.1 copy "fetch_graphql_schema: ^0.0.1-dev.1" to clipboard
fetch_graphql_schema: ^0.0.1-dev.1 copied to clipboard

Fetch and print the GraphQL schema from a GraphQL HTTP endpoint and make code generation easier

140/ 160
pub points
23
downloads

We analyzed this package 14 hours ago, and awarded it 140 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-3-Clause.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

0 out of 0 API elements (100.0 %) have documentation comments.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Linux

  • ✓ macOS

  • ✓ Windows

These platforms are not supported:

Android

Cannot assign Android automatically to a binary only package.

iOS

Cannot assign iOS automatically to a binary only package.

Web

Cannot assign Web automatically to a binary only package.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:fetch_graphql_schema/src/commands/fetch/fetch_command.dart that imports:
  • package:mason_logger/mason_logger.dart that imports:
  • package:mason_logger/src/mason_logger.dart that imports:
  • package:mason_logger/src/terminal_overrides.dart that imports:
  • package:mason_logger/src/io.dart that imports:
  • package:io/io.dart that imports:
  • package:io/src/shared_stdin.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full 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

INFO: Angle brackets will be interpreted as HTML.

lib/src/services/process_service.dart:42:24

   ╷
42 │   ///   arguments (List<String>): The arguments to pass to the program. Defaults to const []
   │                        ^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
30 / 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
args ^2.4.1 2.7.0 2.7.0
async ^2.11.0 2.13.0 2.13.0
cli_completion ^0.4.0 0.4.0 0.5.1
collection ^1.18.0 1.19.1 1.19.1
http ^1.1.2 1.5.0 1.5.0
json_path ^0.7.0 0.7.6 0.8.0
leto ^0.0.1-dev.2 0.0.1-dev.2 0.0.1-dev.2
leto_schema ^0.0.1-dev.6 0.0.1-dev.6 0.0.1-dev.6
mason_logger ^0.2.10 0.2.16 0.3.3
path ^1.9.0 1.9.1 1.9.1
pub_updater ^0.4.0 0.4.0 0.5.0
pubspec_yaml ^3.1.0 3.1.0 3.1.0
scoped_zone ^0.1.0+1 0.1.0+1 0.2.0
valida ^0.2.0 0.2.0 0.2.0
xdg_directories ^1.0.0 1.1.0 1.1.0
Transitive dependencies
Package Constraint Compatible Latest Notes
clock - 1.1.2 1.1.2
crypto - 3.0.6 3.0.6
equatable - 2.0.7 2.0.7
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
functional_data - 1.2.0 1.2.0
gql - 1.0.1 1.0.1
http_parser - 4.1.2 4.1.2
io - 1.0.5 1.0.5
iregexp - 0.1.2 0.2.0
json2yaml - 3.0.1 3.0.1
json_annotation - 4.9.0 4.9.0
maybe_just_nothing - 0.5.3 0.5.3
meta - 1.17.0 1.17.0
oxidized - 6.2.0 6.2.0
petitparser - 6.1.0 7.0.1
plain_optional - 1.0.0 1.0.0
platform - 3.1.6 3.1.6
process - 5.0.5 5.0.5
pub_semver - 2.2.0 2.2.0
rfc_6901 - 0.2.0 0.2.0
source_span - 1.10.1 1.10.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
sum_types - 0.3.5 0.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
validators - 3.0.0 3.0.0
web - 1.1.1 1.1.1
win32 - 5.14.0 5.14.0
yaml - 3.1.3 3.1.3

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

Found 5 issues. Showing the first 2:

The constraint `^0.4.0` on cli_completion does not support the stable version `0.5.0`.

Try running dart pub upgrade --major-versions cli_completion to update the constraint.

The constraint `^0.7.0` on json_path does not support the stable version `0.8.0`.

Try running dart pub upgrade --major-versions json_path to update the constraint.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.23, Dart 3.9.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
140
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

Fetch and print the GraphQL schema from a GraphQL HTTP endpoint and make code generation easier

Repository (GitHub)
View/report issues

Topics

#cli #graphql #schema

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, async, cli_completion, collection, http, json_path, leto, leto_schema, mason_logger, path, pub_updater, pubspec_yaml, scoped_zone, valida, xdg_directories

More

Packages that depend on fetch_graphql_schema