Parables Boltnoel
Parables Boltnoel
I want the `c` shows the command in the command output window but it is not interactive. How do I implement that
@peer-f I apologize for the delay in my response. I was away for some time but I am back now and ready to assist you. Thank you for bringing the...
To address your issue `flutter-freezed v3.1.0` will include a `renameAs` option in the config, allowing you to map the TypeNames and FieldNames in your GraphQL schema to custom ones. I...
@peer-f a temporal workaround to fix this issue until `flutter-freezed v3.1.0` is released, use the `customScalar` option to treat the current type as a custom type. I forked and updated...
After carefully looking at the issue, here is what is caused the issue: This plugin tries to follow Dart recommended linting rules. Therefore: classes and Enums are PascalCased all fields/properties/parameters...
P.s: I have fixed this issue so update the plugin once the PR is merged and released https://github.com/dotansimha/graphql-code-generator-community/issues/319
@peer-f install the latest version: npm i @graphql-codegen/[email protected] https://www.npmjs.com/package/@graphql-codegen/flutter-freezed/v/4.0.0-alpha-20230823221342-8db60f2d0 https://stackblitz.com/edit/github-jzk7hh-emmwwm?file=package.json
The escapeDartKeywords only specifies how [these Dart keywords defined here](https://github.com/dotansimha/graphql-code-generator-community/blob/64ba0e1974c80aa3621c43277838468f69689708/packages/plugins/dart/flutter-freezed/src/config/plugin-config.ts#L771C8-L771C13) should be escaped.
How did you handle this issue? Did you manually change the generated file? I am willing to assist you address this issue. Do forgive me for the late reply... If...
I'm glad you found a solution to you issue. Before your issue, I had plans to add a feature that will allow you to rename the types and fields in...