mk_graphql 1.2.0
mk_graphql: ^1.2.0 copied to clipboard
A clean, modern, simplified GraphQL client for Dart & Flutter with normalized caching, composable links, and stream-based operation execution.
We analyzed this package 20 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/kishormainali/mk_graphql was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/kishormainali/mk_graphql/tree/main/packages/mk_graphql was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/kishormainali/mk_graphql/issues was unreachable. Make sure that the website is reachable via HEAD requests.
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.
10/10 points: 20% or more of the public API has dartdoc comments
219 out of 362 API elements (60.5 %) have documentation comments.
Some symbols that are missing documentation: mk_graphql, mk_graphql.AddTypenameLink, mk_graphql.AppServerException.AppServerException.new, mk_graphql.AppServerException.code, mk_graphql.AuthLink.clearRevokeTokenListeners.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: The null check operator shouldn't be used on a variable whose type is a potentially nullable type parameter.
lib/src/pagination/paginator.dart:233:26
╷
233 │ lastData: _lastData!,
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/pagination/paginator.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
^2.13.1 |
2.13.1 | 2.13.1 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
dio |
^5.11.1 |
5.11.1 | 5.11.1 | |
gql |
^1.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_link |
^1.1.0 |
1.1.0 | 1.1.0 | |
http |
^1.6.0 |
1.6.0 | 1.6.0 | |
meta |
^1.12.0 |
1.19.0 | 1.19.0 | |
web_socket_channel |
^3.0.3 |
3.0.3 | 3.0.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dio_web_adapter |
- | 2.2.2 | 2.2.2 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
mime |
- | 2.1.0 | 2.1.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
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 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
yaml |
- | 3.1.4 | 3.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.