dartpollo_generator 0.1.0-alpha.3
dartpollo_generator: ^0.1.0-alpha.3 copied to clipboard
Code generator for the dartpollo GraphQL client. Builds Dart types from GraphQL schemas and queries.
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