artemis 6.18.4
artemis: ^6.18.4 copied to clipboard
Build dart types from GraphQL schemas and queries (using Introspection Query).
94
likes
100
/ 110
pub points
91
%
popularity
We analyzed this package on Apr 23, 2021, and awarded it 100 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/README.md
10/10 points: 20% or more of the public API has dartdoc comments
- 259 out of 316 API elements (82.0 %) have documentation comments.
20/20 points: Supports 2 of 2 possible platforms (native, js)
30/30 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
build | ^1.6.1 | 1.6.2 | 2.0.1 |
build_config | ^0.4.5 | 0.4.7 | 1.0.0 |
code_builder | ^3.5.0 | 3.7.0 | 4.0.0 |
collection | ^1.14.13 | 1.15.0 | 1.15.0 |
dart_style | ^1.3.10 | 1.3.12 | 2.0.0 |
equatable | ^1.2.5 | 1.2.6 | 2.0.0 |
glob | ^1.2.0 | 1.2.0 | 2.0.1 |
gql | ^0.12.4 | 0.12.4 | 0.12.4 |
gql_code_gen | ^0.1.5 | 0.1.5 | 0.1.5 |
gql_dedupe_link | ^1.0.10 | 1.0.10 | 1.0.10 |
gql_exec | ^0.2.5 | 0.2.5 | 0.2.5 |
gql_http_link | ^0.3.2 | 0.3.2 | 0.3.2 |
gql_link | ^0.3.1-alpha | 0.3.1 | 0.3.1 |
http | ^0.12.2 | 0.12.2 | 0.13.1 |
json_annotation | ^3.1.1 | 3.1.1 | 4.0.1 |
meta | ^1.2.4 | 1.3.0 | 1.3.0 |
path | ^1.7.0 | 1.8.0 | 1.8.0 |
recase | ^3.0.1 | 3.0.1 | 4.0.0 |
source_gen | ^0.9.10+1 | 0.9.10+3 | 1.0.0 |
yaml | ^2.2.1 | 2.2.1 | 3.1.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared | - | 14.0.0 | 21.0.0 |
analyzer | - | 0.41.2 | 1.5.0 |
async | - | 2.5.0 | 2.5.0 |
built_collection | - | 5.0.0 | 5.0.0 |
built_value | - | 8.0.5 | 8.0.5 |
charcode | - | 1.2.0 | 1.2.0 |
checked_yaml | - | 1.0.4 | 2.0.1 |
cli_util | - | 0.3.0 | 0.3.0 |
clock | - | 1.1.0 | 1.1.0 |
convert | - | 3.0.0 | 3.0.0 |
crypto | - | 3.0.1 | 3.0.1 |
file | - | 5.2.1 | 6.1.0 |
fixnum | - | 1.0.0 | 1.0.0 |
http_parser | - | 3.1.4 | 4.0.0 |
intl | - | 0.17.0 | 0.17.0 |
js | - | 0.6.3 | 0.6.3 |
matcher | - | 0.12.10 | 0.12.10 |
node_interop | - | 1.2.1 | 2.0.1 |
node_io | - | 1.2.0 | 1.2.0 |
package_config | - | 1.9.3 | 2.0.0 |
pub_semver | - | 2.0.0 | 2.0.0 |
pubspec_parse | - | 0.1.8 | 1.0.0 |
source_span | - | 1.8.1 | 1.8.1 |
stack_trace | - | 1.10.0 | 1.10.0 |
string_scanner | - | 1.1.0 | 1.1.0 |
term_glyph | - | 1.2.0 | 1.2.0 |
typed_data | - | 1.3.0 | 1.3.0 |
watcher | - | 1.0.0 | 1.0.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 11 issues. Showing the first 2:
The constraint `^1.6.1` on build does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions build
to update the constraint.
The constraint `^0.4.5` on build_config does not support the stable version `1.0.0`, that was published 2 days ago.
When build_config is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions build_config
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.15.4
,
Dart 2.12.2
.