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

Externalized entity routes #41

Closed merlinofcha0s closed 3 years ago

merlinofcha0s commented 3 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