custom_pharos_graphql 5.1.7
custom_pharos_graphql: ^5.1.7 copied to clipboard
A stand-alone GraphQL client for Dart, bringing all the features from a modern GraphQL client to one easy to use package.
We analyzed this package 24 hours ago, and awarded it 115 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: custom_pharos_graphql
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: custom_pharos_graphql
.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("5.1.7").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
359 out of 675 API elements (53.2 %) have documentation comments.
Some symbols that are missing documentation: graphql
, graphql.AuthLink.AuthLink.new
, graphql.AuthLink.requestTransformer
, graphql.AuthLink.transform
, graphql.CacheMisconfigurationException.CacheMisconfigurationException.new
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
WARNING: This API is available since SDK 2.15.0, but constraints '>=2.12.0 <3.0.0' don't guarantee it.
lib/src/links/websocket_link/websocket_client.dart:243:9
╷
243 │ unawaited(_closeSocketChannel());
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/links/websocket_link/websocket_client.dart
WARNING: The parameter type of '==' operators should be non-nullable.
lib/src/links/websocket_link/websocket_messages.dart:260:17
╷
260 │ bool operator ==(dynamic other) =>
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/links/websocket_link/websocket_messages.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
collection |
^1.15.0 |
1.19.1 | 1.19.1 | |
gql |
^1.0.0+1 |
1.0.1 | 1.0.1 | |
gql_dedupe_link |
^2.0.3 |
2.0.4-alpha+1715521079596 | 4.0.0 | |
gql_error_link |
^1.0.0+1 |
1.0.1 | 1.0.1 | |
gql_exec |
^1.0.0+1 |
1.1.1-alpha+1699813812660 | 1.1.1-alpha+1699813812660 | |
gql_http_link |
^1.1.0 |
1.2.0 | 1.2.0 | |
gql_link |
^1.0.0+1 |
1.1.0 | 1.1.0 | |
gql_transform_link |
^1.0.0 |
1.0.1 | 1.0.1 | |
hive |
^2.1.0 |
2.2.3 | 2.2.3 | |
http |
^1.2.2 |
1.5.0 | 1.5.0 | |
meta |
^1.3.0 |
1.17.0 | 1.17.0 | |
normalize |
^0.9.1 |
0.9.1 | 0.10.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
rxdart |
^0.28.0 |
0.28.0 | 0.28.0 | |
stream_channel |
^2.1.0 |
2.1.4 | 2.1.4 | |
uuid |
^4.5.1 |
4.5.1 | 4.5.1 | |
web_socket_channel |
^3.0.1 |
3.0.3 | 3.0.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
crypto |
- | 3.0.6 | 3.0.6 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.0.3` on gql_dedupe_link does not support the stable version `4.0.0`, that was published 11 days ago.
When gql_dedupe_link is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions gql_dedupe_link
to update the constraint.
The constraint `^0.9.1` on normalize does not support the stable version `0.10.0`.
Try running dart pub upgrade --major-versions normalize
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.23
, Dart 3.9.3
.
Check the analysis log for details.