graphql_server 1.0.3
graphql_server: ^1.0.3 copied to clipboard
Base package for implementing GraphQL servers. You might prefer `package:angel_graphql`, the fastest way to implement GraphQL backends in Dart.
We analyzed this package on Jan 26, 2021, and awarded it 60 pub points (of a possible 110):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Package has an example
- Found example at:
example/main.dart
0/10 points: 20% or more of the public API has dartdoc comments
- 12 out of 90 API elements (13.3 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
20/20 points: Supports 2 of 2 possible platforms (native, js)
0/30 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
ERROR: The getter 'message' isn't defined for the type 'TypeError'.
lib/graphql_server.dart:475:17
╷
475 │ e.message.toString(),
│ ^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/graphql_server.dart
INFO: The for, if, and spread elements weren't supported until version 2.3.0, but this code is required to be able to run on earlier versions.
lib/graphql_server.dart:36:45
╷
36 │ var allTypes = fetchAllTypes(schema, [...this.customTypes]);
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/graphql_server.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
angel_serialize | ^2.0.0 | 2.2.3+3 | 2.2.3+3 |
collection | ^1.0.0 | 1.14.13 | 1.14.13 |
graphql_parser | ^1.0.0 | 1.1.4 | 1.1.4 |
graphql_schema | ^1.0.0 | 1.0.4 | 1.0.4 |
meta | ^1.0.0 | 1.2.4 | 1.2.4 |
recase | ^2.0.0 | 2.0.1 | 3.0.1 |
stream_channel | ^2.0.0 | 2.0.0 | 2.0.0 |
tuple | ^1.0.0 | 1.0.3 | 1.0.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
angel_model | - | 1.0.3 | 1.0.3 |
async | - | 2.4.2 | 2.4.2 |
charcode | - | 1.1.3 | 1.1.3 |
matcher | - | 0.12.9 | 0.12.9 |
path | - | 1.7.0 | 1.7.0 |
quiver | - | 2.1.5 | 2.1.5 |
quiver_hashcode | - | 2.0.0 | 2.0.0 |
source_span | - | 1.7.0 | 1.7.0 |
stack_trace | - | 1.9.6 | 1.9.6 |
string_scanner | - | 1.0.5 | 1.0.5 |
term_glyph | - | 1.1.0 | 1.1.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.0.0` on recase does not support the latest published version `3.0.1`
pubspec.yaml:14:11
╷
14 │ recase: ^2.0.0
│ ^^^^^^
╵