dartpollo_generator 0.1.0-alpha.6
dartpollo_generator: ^0.1.0-alpha.6 copied to clipboard
Code generator for the dartpollo GraphQL client. Builds Dart types from GraphQL schemas and queries.
0.1.0-alpha.6 #
- Loosened
gql_code_builderconstraint to^0.13.4(was pinned to0.13.4) so it can be used alongside other packages depending ongql_code_builder
0.1.0-alpha.4 #
- Raised minimum Dart SDK constraint to
^3.10.0 - Bumped
buildto^4.0.6,dart_styleto^3.1.7,source_gento^4.2.3, andjson_annotationto^4.12.0 - Pinned
gql_code_builderto0.13.4 - Bumped dev dependencies:
build_testto^3.5.15,pedantic_monoto^1.35.0,testto^1.31.1
0.1.0-alpha.3 #
- Emit Freezed-style headers in generated code:
// coverage:ignore-file,// ignore_for_file: type=lintwith the freezed lint list, so consumers don't see lints or coverage hits on generated files - Append
// dart format off(dart_style 2.3.7+) to generated files sodart formatbecomes a no-op on generator output (matchesfreezed) - Dropped unused workspace dependencies from
pubspec.yaml - Bumped
dartpollo_annotationconstraint to^0.1.0-alpha.3 - Reformatted
print_helpers_testfor consistent readability; scopeddart formatscript topackages/ - Aligned package version with
dartpolloanddartpollo_annotation(skippedalpha.2)
0.1.0-alpha.1 #
- Initial release as standalone package
- Code generator extracted from
dartpollomonolith - Generates Dart types from GraphQL schemas via Introspection Query
- Auto-generates output paths (no
outputconfig needed) - Supports fragments, mutations, subscriptions, custom scalars