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

Imports for model #58

Open
MbIXjkee opened this issue Oct 15, 2021 · 0 comments
Open

Imports for model #58

MbIXjkee opened this issue Oct 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@MbIXjkee
Copy link
Contributor

The generated model does not contain any imports of the classes used. For DTOs, this can be resolved by creating all DTOs in one place and using a custom file that contains the import of all the DTOs created. But that's bad for a business model. It would be helpful to add imports of all other generated models that are used in the model class.
Perhaps for Dart this can be achieved using the Dart Analysis Server.

@LastSprint LastSprint added the enhancement New feature or request label Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants