fenv_graphql_codegen 0.1.1
fenv_graphql_codegen: ^0.1.1 copied to clipboard
A Dart code generator that creates test-friendly wrappers and mock implementations for GraphQL operations.
0.1.1 #
- Relocate integration test package from
fenv_graphql_codegen/test/integration/test_packages/totest_packages/at repository root for better maintenance and separation. - Update
.gitignoreto exclude Dart build artifacts (.dart_tool/,*.lock,build/).
0.1.0 #
- Update to analyzer v8.1.1 and adapt code to new API.
- Fix enum type import detection in code generator for pagination extra fields.
- Add golden file integration tests to catch regressions.
- Add script to update golden files (
tools/update_golden_files.sh). - Add
invalid_null_aware_operatorlint ignore to generated code. - Update test dependencies.
0.0.0+3 #
- Update topics: use
codegeninstead ofgraphql_codegen.
0.0.0+2 #
- Update topics: use
graphql_codegeninstead ofcodegenand reorganize order.
0.0.0+1 #
- Add package description and topics for better pub.flutter-io.cn discoverability.
0.0.0 #
- Initial version.