Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix camel case inconsistency #225

Merged
merged 1 commit into from
Aug 4, 2021
Merged

Fix camel case inconsistency #225

merged 1 commit into from
Aug 4, 2021

Conversation

smkhalsa
Copy link
Member

fixes #224

@vishalrao8
Copy link

vishalrao8 commented Jul 15, 2021

How can one use your fix before it is merged into master and released on pub dev? And I am using ferry_generator which depends on gql_code_builder so I have not explicitly added this library as it's already a dependency for ferry.

@smkhalsa
Copy link
Member Author

@vishalrao8 I just rebased, so you should be able to set a dependency override on this PR's commit.

I've been having issues with multipack which is causing some tests to fail.

Once #192 is merged, I should be able to merge this.

@smkhalsa smkhalsa merged commit 14e8d36 into master Aug 4, 2021
@smkhalsa smkhalsa deleted the camel branch August 4, 2021 10:15
@vishalrao8
Copy link

I can't find any way to put dependency override for this particular PR in pubspec.yaml file.

@aquadesk
Copy link

aquadesk commented Mar 2, 2022

pull this repo in your local and checkout the commit and do

dependency_overrides:
  gql_code_builder:
    path: ../../../gql/codegen/gql_code_builder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Code generated for screaming-case enum names conflicts with built_value
3 participants