luciq_gql_link 1.0.0 copy "luciq_gql_link: ^1.0.0" to clipboard
luciq_gql_link: ^1.0.0 copied to clipboard

This package is an add on to luciq_flutter. It intercepts any GraphQL operations performed with the gql package and sends them to the report that will be sent to the dashboard.

140/ 160
pub points
10
downloads

We analyzed this package 11 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

7 out of 9 API elements (77.8 %) have documentation comments.

Some symbols that are missing documentation: luciq_gql_link, luciq_gql_link.LuciqGqlLink.LuciqGqlLink.new.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:luciq_gql_link/luciq_gql_link.dart that imports:
  • package:luciq_flutter/src/utils/luciq_logger.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:luciq_gql_link/luciq_gql_link.dart that imports:
  • package:luciq_flutter/src/utils/luciq_logger.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:luciq_gql_link/luciq_gql_link.dart that imports:
  • package:luciq_flutter/src/utils/luciq_logger.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:luciq_gql_link/luciq_gql_link.dart that imports:
  • package:luciq_flutter/src/utils/luciq_logger.dart that declares support for platforms: Android, iOS.
Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

Failed report section
Support up-to-date dependencies
20 / 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
gql >=0.13.0 <2.0.0 1.0.1 1.0.1
gql_exec >=0.4.0 <2.0.0 1.0.0+1 1.0.0+1
gql_http_link >=0.4.0 <2.0.0 1.1.0 1.2.0
gql_link >=0.4.0 <2.0.0 1.0.0+1 1.1.0
http >=0.13.0 <2.0.0 1.6.0 1.6.0
luciq_flutter >=19.0.0 <20.0.0 19.9.3 19.9.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
path - 1.9.1 1.9.1
source_span - 1.10.2 1.10.2
stack_trace - 1.12.2 1.12.2
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.4.2 2.4.2
web - 1.1.1 1.1.1
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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 11 errors:

  • NON_TYPE_AS_TYPE_ARGUMENT - lib/luciq_gql_link.dart:65:31 - The name 'HttpLinkHeaders' isn't a type, so it can't be used as a type argument.
  • NON_TYPE_AS_TYPE_ARGUMENT - lib/luciq_gql_link.dart:91:40 - The name 'HttpLinkHeaders' isn't a type, so it can't be used as a type argument.
  • UNDEFINED_GETTER - lib/luciq_gql_link.dart:93:51 - The getter 'headers' isn't defined for the type 'Object'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.19, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
140
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This package is an add on to luciq_flutter. It intercepts any GraphQL operations performed with the gql package and sends them to the report that will be sent to the dashboard.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, gql, gql_exec, gql_http_link, gql_link, http, luciq_flutter

More

Packages that depend on luciq_gql_link