retrofit_graphql 1.1.1 copy "retrofit_graphql: ^1.1.1" to clipboard
retrofit_graphql: ^1.1.1 copied to clipboard

GraphQL client generator

2
likes
130/ 160
pub points
50%
popularity

We analyzed this package 4 days ago, and awarded it 130 pub points (of a possible 160):

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

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

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

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

OUT: Documenting retrofit_graphql... Discovering libraries... Linking elements... Precaching local docs for 804806 elements... Initialized dartdoc with 1137 libraries Generating docs for library code_generators.dart from package:retrofit_graphql/code_generators.dart... Generating docs for library retrofit_graphql.dart from package:retrofit_graphql/retrofit_graphql.dart... Generating docs for library retrofit_graphql_generator_builder.dart from package:retrofit_graphql/retrofit_graphql_generator_builder.dart... Documented 3 public libraries in 75.2 seconds ERR: warning: retrofit_graphql has no library level documentation comments from retrofit_graphql: (file:///tmp/pana_YJACSW/lib/code_generators.dart:1:9) error: file already written at "retrofit_graphql/retrofit_graphql-library.html" for symbol retrofit_graphql: (file:///tmp/pana_YJACSW/lib/retrofit_graphql.dart:1:1) conflicting with file already generated by retrofit_graphql: (file:///tmp/pana_YJACSW/lib/code_generators.dart:1:9) Dartdoc generates a path and filename to write to for each symbol. 'retrofit_graphql' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or class name (if appropriate) of one of the conflicting items can resolve the conflict. Alternatively, use the @nodoc directive in one [11 more lines]

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:retrofit_graphql/retrofit_graphql.dart that imports:
  • package:retrofit_graphql/src/functions/subscriptions.dart that imports:
  • package:retrofit_graphql/src/utils.dart that imports:
  • package:retrofit_graphql/src/model/gq_token.dart that imports:
  • package:retrofit_graphql/src/model/gq_field.dart that imports:
  • package:retrofit_graphql/src/model/gq_type.dart that imports:
  • package:retrofit_graphql/src/gq_grammar.dart that imports:
  • package:retrofit_graphql/src/gq_grammar_extension.dart that imports:
  • dart:io
OK
Pass static analysis
50 / 50trigger folding of the section

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

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest
build ^2.4.1 2.4.1 2.4.1
glob ^2.1.2 2.1.2 2.1.2
json_annotation ^4.8.1 4.9.0 4.9.0
logger ^1.4.0 1.4.0 2.3.0
petitparser ^5.4.0 5.4.0 6.0.2
source_gen ^1.0.0 1.5.0 1.5.0
web_socket_channel ^2.4.0 2.4.5 3.0.0
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 68.0.0 72.0.0
_macros - 0.1.0 0.1.0
analyzer - 6.5.0 6.7.0
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
collection - 1.19.0 1.19.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
dart_style - 2.3.6 2.3.6
file - 7.0.0 7.0.0
logging - 1.2.0 1.2.0
macros - 0.1.0-main.0 0.1.2-main.4
meta - 1.15.0 1.15.0
package_config - 2.1.0 2.1.0
path - 1.9.0 1.9.0
pub_semver - 2.1.4 2.1.4
source_span - 1.10.0 1.10.0
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
watcher - 1.1.0 1.1.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.

Found 3 issues. Showing the first 2:

The constraint `^1.4.0` on logger does not support the stable version `2.0.0`.

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

The constraint `^5.4.0` on petitparser does not support the stable version `6.0.0`.

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

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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.7, Dart 3.4.3.

Check the analysis log for details.