Open polvallverdu opened 4 weeks ago
I know the issue in your project and I will bring you good solutions if you can reach out me.
Hello @polvallverdu
I have fixed dart freezed issue in my local system Can you please help me with do testing
check output
check output
I don't see what you fixed.
Context (Input, Language)
Input Format: Json Schema Output Language: Dart Freezed
Description
Currently generating Freezed classes for Dart defines nested objects with their literal name, which may cause conflicts if multiple objects are needed. Some stuff is being done if it conflicts with it's own schema, but not for other schemas.
Current Behaviour / Output
Proposed Behaviour / Output
Solution
Somehow relate nested objects with their parents, to prevent conflicts.
Alternatives
Having the ability to control those names somehow, without needing interactivity. (kinda impossible)