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 26 forks source link

Externalize entities routes #35

Closed merlinofcha0s closed 4 years ago

merlinofcha0s commented 4 years ago

Problem

All the routes were imported in the app.dart, it means a lot of routes when you start to have a few entities (4 routes by entity)

Solution

All entity routes file are now located in the entity folder and are imported as array in the app.dart