style: provide folder structure

This commit is contained in:
Gordon Hayes
2022-10-06 12:42:57 +02:00
parent 091e8624ca
commit 50018887e1
27 changed files with 244 additions and 238 deletions
@@ -1,5 +1,5 @@
/// Define all the route names here
class Routes {
/// Application routes
abstract class Routes {
static const String APP = '/app';
static const String HOME = '/home';
static const String CHOOSE_USER = '/choose_user';