clean_graphql 1.0.3 copy "clean_graphql: ^1.0.3" to clipboard
clean_graphql: ^1.0.3 copied to clipboard

Wrapper around ferry for clean architecture to handle graphql request, uses ferry and dio under the hood

140/ 160
pub points
47
downloads

We analyzed this package 5 days 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: MIT.

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

272 out of 414 API elements (65.7 %) have documentation comments.

Some symbols that are missing documentation: clean_core.CursorPagination, clean_core.CursorPagination.CursorPagination.new, clean_core.CursorPagination.copyWith, clean_core.CursorPagination.endCursor, clean_core.CursorPagination.startCursor.

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 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:clean_graphql/clean_graphql.dart that imports:
  • package:clean_graphql/src/graphql_client.dart that imports:
  • package:clean_graphql/src/_dio_link.dart that imports:
  • package:clean_graphql/src/_utils.dart that imports:
  • package:_clean_flutter_internal/_clean_flutter_internal.dart that imports:
  • package:_clean_flutter_internal/src/network/network.dart that imports:
  • package:_clean_flutter_internal/src/network/network_info.dart that imports:
  • package:_clean_flutter_internal/src/network/_network_info_impl.dart that imports:
  • package:internet_connection_checker_plus/internet_connection_checker_plus.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `iOS`.

Because:

  • package:clean_graphql/clean_graphql.dart that imports:
  • package:clean_graphql/src/graphql_client.dart that imports:
  • package:clean_graphql/src/_dio_link.dart that imports:
  • package:clean_graphql/src/_utils.dart that imports:
  • package:_clean_flutter_internal/_clean_flutter_internal.dart that imports:
  • package:_clean_flutter_internal/src/network/network.dart that imports:
  • package:_clean_flutter_internal/src/network/network_info.dart that imports:
  • package:_clean_flutter_internal/src/network/_network_info_impl.dart that imports:
  • package:internet_connection_checker_plus/internet_connection_checker_plus.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `Windows`.

Because:

  • package:clean_graphql/clean_graphql.dart that imports:
  • package:clean_graphql/src/graphql_client.dart that imports:
  • package:clean_graphql/src/_dio_link.dart that imports:
  • package:clean_graphql/src/_utils.dart that imports:
  • package:_clean_flutter_internal/_clean_flutter_internal.dart that imports:
  • package:_clean_flutter_internal/src/network/network.dart that imports:
  • package:_clean_flutter_internal/src/network/network_info.dart that imports:
  • package:_clean_flutter_internal/src/network/_network_info_impl.dart that imports:
  • package:internet_connection_checker_plus/internet_connection_checker_plus.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `macOS`.

Because:

  • package:clean_graphql/clean_graphql.dart that imports:
  • package:clean_graphql/src/graphql_client.dart that imports:
  • package:clean_graphql/src/_dio_link.dart that imports:
  • package:clean_graphql/src/_utils.dart that imports:
  • package:_clean_flutter_internal/_clean_flutter_internal.dart that imports:
  • package:_clean_flutter_internal/src/network/network.dart that imports:
  • package:_clean_flutter_internal/src/network/network_info.dart that imports:
  • package:_clean_flutter_internal/src/network/_network_info_impl.dart that imports:
  • package:internet_connection_checker_plus/internet_connection_checker_plus.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package not compatible with platform Web

Because:

  • package:clean_graphql/clean_graphql.dart that imports:
  • package:clean_graphql/src/graphql_client.dart that imports:
  • package:clean_graphql/src/client_options.dart that imports:
  • package:fp_logger/fp_logger.dart that imports:
  • package:fp_logger/src/fp_logger.dart that imports:
  • package:fp_logger/src/graphql_dio_logger.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:clean_graphql/clean_graphql.dart that imports:
  • package:clean_graphql/src/graphql_client.dart that imports:
  • package:clean_graphql/src/client_options.dart that imports:
  • package:fp_logger/fp_logger.dart that imports:
  • package:fp_logger/src/fp_logger.dart that imports:
  • package:fp_logger/src/graphql_dio_logger.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

Found 4 issues. Showing the first 2:

INFO: Library names are not necessary.

lib/clean_core.dart:2:9

  ╷
2 │ library clean_core;
  │         ^^^^^^^^^^
  ╵

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

INFO: Library names are not necessary.

lib/clean_graphql.dart:2:9

  ╷
2 │ library clean_graphql;
  │         ^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/clean_graphql.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
_clean_flutter_internal ^1.0.5 1.0.5 1.0.5 Discontinued
built_value ^8.9.2 8.12.0 8.12.0
dio ^5.5.0+1 5.9.0 5.9.0
equatable ^2.0.5 2.0.7 2.0.7
ferry ^0.16.0+1 0.16.1+2 0.16.1+2
fp_logger ^1.0.1 1.0.10 2.0.0
gql ^1.0.0+1 1.0.1 1.0.1
gql_exec ^1.0.0+1 1.0.0+1 1.0.0+1
http_parser any 4.1.2 4.1.2
meta any 1.17.0 1.17.0
mime ^1.0.5 1.0.6 2.0.0
path ^1.9.0 1.9.1 1.9.1
Transitive dependencies
Package Constraint Compatible Latest Notes
ansicolor - 2.0.3 2.0.3
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
built_collection - 5.1.1 5.1.1
characters - 1.4.0 1.4.1
clean_analysis - 1.0.2 1.0.2
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
connectivity_plus - 7.0.0 7.0.0
connectivity_plus_platform_interface - 2.0.1 2.0.1
crypto - 3.0.7 3.0.7
dbus - 0.7.11 0.7.11
dio_http2_adapter - 2.6.0 2.6.0
dio_web_adapter - 2.1.1 2.1.1
ferry_cache - 0.10.1 0.10.1
ferry_exec - 0.7.0 0.7.0
ferry_store - 0.6.1 0.6.1
ffi - 2.1.4 2.1.4
fixnum - 1.1.1 1.1.1
freezed_annotation - 2.4.4 3.1.0
gql_link - 1.0.0+1 1.1.0
hive - 2.2.3 2.2.3
http - 1.6.0 1.6.0
http2 - 2.3.1 2.3.1
internet_connection_checker_plus - 2.9.1 2.9.1
intl - 0.19.0 0.20.2
json_annotation - 4.9.0 4.9.0
material_color_utilities - 0.11.1 0.13.0
nm - 0.5.0 0.5.0
normalize - 0.10.0 0.10.0
pedantic - 1.11.1 1.11.1 Discontinued
petitparser - 7.0.1 7.0.1
plugin_platform_interface - 2.1.8 2.1.8
rxdart - 0.28.0 0.28.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
xml - 6.6.1 6.6.1
yaml - 3.1.3 3.1.3

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.0.1` on fp_logger does not support the stable version `2.0.0`.

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

The constraint `^1.0.5` on mime does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions mime 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.23.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
140
points
47
downloads

Publisher

verified publisherkishormainali.com

Weekly Downloads

Wrapper around ferry for clean architecture to handle graphql request, uses ferry and dio under the hood

Repository (GitHub)
View/report issues

Topics

#graphql #clean-architecture #flutter #dart

Documentation

API reference

License

MIT (license)

Dependencies

_clean_flutter_internal, built_value, dio, equatable, ferry, flutter, fp_logger, gql, gql_exec, http_parser, meta, mime, path

More

Packages that depend on clean_graphql