generator-jhipster-flutter
generator-jhipster-flutter copied to clipboard
fixed TypeError: Cannot read property 'promptValues' of undefined
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.