chore: update app version to 1.3.36+32, change build mode to release, and enhance user role handling in chicken feature with new routes and DI setup
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
sealed class JahadRoutes {
|
||||
JahadRoutes._();
|
||||
|
||||
static const _base = '/chicken/jahad';
|
||||
static const initJahad = '$_base/';
|
||||
static const homeJahad = '$_base/home';
|
||||
static const actionJahad = '$_base/action';
|
||||
static const activeHatchingJahad = '$_base/activeHatching';
|
||||
static const newInspectionJahad = '$_base/newInspection';
|
||||
}
|
||||
Reference in New Issue
Block a user