generator-jhipster-flutter
generator-jhipster-flutter copied to clipboard
Internal User entity is not supported
Hi, It seems that referring to the default User entity (as described here https://www.jhipster.tech/user-entity/) is not supported. Any entity code generated for an entity referring to User entity will point to missing user definition.
Best regards
You could try copying the one from Ionic for JHipster.
https://github.com/oktadeveloper/generator-jhipster-ionic/blob/main/generators/app/templates/src/app/services/user/user.model.ts.ejs
Hi,
What you mean is, when you use the flutter entity generator ? Because the User entity is present in shared/user.dart
Regards