merlinofcha0s / generator-jhipster-flutter

A Flutter module for JHipster. It will generate mobile app (iOS, Android) with Flutter
https://cyril-casaucau.medium.com/get-started-with-the-flutter-generator-for-jhipster-11ed2b1f038d
54 stars 23 forks source link

Issues when creating an entity with a multiword name #43

Closed SpiralUp closed 3 years ago

SpiralUp commented 3 years ago

Hi Cyril,

I'm trying to generate entities with a name that consist of several words (for example CatalogItem) but getting errors in generated files.

Could you please, make following corrections:

In the file generators/entity/index.js: image

In the file generators/entity/templates/flutter/lib/entity.model.ejs: image

Best regards Ivan

merlinofcha0s commented 3 years ago

Hi Ivan

Okay, I'll look into it

Regards