synquill_graphql 0.9.0 copy "synquill_graphql: ^0.9.0" to clipboard
synquill_graphql: ^0.9.0 copied to clipboard

GraphQL adapter for the Synquill offline-first data engine.

80/ 160
pub points
6
downloads

We analyzed this package 2 days ago, and awarded it 80 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.

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

225 out of 226 API elements (99.6 %) have documentation comments.

Some symbols that are missing documentation: synquill_graphql.GraphQLApiAdapter.GraphQLApiAdapter.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

ERROR: The type 'DioExceptionType' isn't exhaustively matched by the switch cases since it doesn't match the pattern 'DioExceptionType.transformTimeout'.

lib/src/mixins/graphql_error_handling_mixin.dart:65:5

   ╷
65 │     switch (error.type) {
   │     ^^^^^^
   ╵

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

WARNING: Returning a 'Future' without 'await' inside a try block.

lib/src/mixins/graphql_execution_mixin.dart:179:9

    ╷
179 │         return _enqueueGraphQLOperation(
    │         ^^^^^^
    ╵

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

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

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

Package Constraint Compatible Latest Notes
dio ^5.8.0+1 5.11.1 5.11.1
gql ^1.0.1 1.0.1 1.0.1
gql_exec ^1.1.0 1.1.1-alpha+1699813812660 1.1.1-alpha+1699813812660
gql_link ^1.1.0 1.1.0 1.1.0
gql_websocket_link ^2.1.0 2.1.0 2.1.0
logging ^1.3.0 1.3.0 1.3.0
meta ^1.3.0 1.19.0 1.19.0
synquill ^0.9.0 0.9.1 0.9.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
code_assets - 2.0.0 2.0.0
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
cuid2 - 3.1.0 4.1.0
dio_web_adapter - 2.2.2 2.2.2
drift - 2.35.0 2.35.0
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
glob - 2.2.0 2.2.0
hooks - 2.2.0 2.2.0
http_parser - 4.1.2 4.1.2
js - 0.7.2 0.7.2 Discontinued
json_annotation - 4.12.0 4.12.0
mime - 2.1.0 2.1.0
native_toolchain_c - 0.19.4 0.19.4
path - 1.9.1 1.9.1
platform - 3.2.0 3.2.0
pointycastle - 3.9.1 4.0.0
process - 5.0.6 5.0.6
pub_semver - 2.2.1 2.2.1
queue - 3.4.0 3.4.0
record_use - 1.1.1 1.1.1
rxdart - 0.28.0 0.28.0
source_span - 1.10.2 1.10.2
sqlite3 - 3.6.0 3.6.0
stack_trace - 1.12.2 1.12.2
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.2 2.1.2
string_scanner - 1.4.1 1.4.1
synquill_utils - 0.9.0 0.9.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 4.6.0 4.6.0
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
yaml - 3.1.4 3.1.4

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

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.19, Dart 3.13.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
80
points
6
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

GraphQL adapter for the Synquill offline-first data engine.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, gql, gql_exec, gql_link, gql_websocket_link, logging, meta, synquill

More

Packages that depend on synquill_graphql