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
55 stars 25 forks source link

fixed TypeError: Cannot read property 'promptValues' of undefined #60

Open limcheekin opened 3 years ago

limcheekin commented 3 years ago

Thanks for created the Flutter generator.

I am hitting this error when running the following command with JHipster 7.0.1: yo jhipster-flutter-merlin:entities

The changes I made for the commit help fix the error upon entities generation.

Not sure it is valid fix though, please review before merge.

Hope this is helpful.