-
Notifications
You must be signed in to change notification settings - Fork 6k
Support for modelPropertyNaming, other then camelCase, in the Dart language #8213
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
base: master
Are you sure you want to change the base?
Conversation
… Dart language options.
|
Hi, just wondering if there are any updates for this PR and if it will be merged into master? I was about to submit a similar PR to solve this issue for the dart code generator too! Ling |
|
@yukayeung on it |
|
hello guys, i just resolved conflict but PR is failing on this assertion: @lingster @yukayeung , i'm not familiar with dart, so can you please let me know if the test is ok failing here or should be changed? |
|
I'm quite a beginner on Dart too. but In Dart, the class naming convention is followed UpperCamelCase too. if code gent DartModelEnum test is case sensitive. it should be changed. |
|
@HugoMario This PR allows users to change the naming of the modelProperty. It's been defaulted to camelCase as per line: 38 here: e08e0eb I think the tests might pass if you amend this to be: |

… Dart language options.
PR checklist
./bin/to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.shand./bin/security/{LANG}-petstore.shif updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\.3.0.0branch for changes related to OpenAPI spec 3.0. Default:master.Description of the PR
(details of the change, additional tests that have been done, reference to the issue for tracking, etc)