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

Feat: Ability to generate custom annotations for any model properties #775

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sheva-di
Copy link

@sheva-di sheva-di commented Oct 28, 2024

I took the initiative to build on the work originally started in #645 by @Adam-Langley.
Since that approach wasn’t fully implemented, I'm re-submitting a request to open a new Pull Request. 🤞

swagger_dart_code_generator:
        options:
          input_folder: "input_folder/"
          output_folder: "lib/swagger_generated_code/"
          custom_annotations:
            - type_name: 'SomeCustomAnnotations'
              swagger_key: 'some_custom_annotations'

@sheva-di sheva-di changed the title Ability to generate custom annotations for any model properties Feat: Ability to generate custom annotations for any model properties Oct 29, 2024
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.

1 participant