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:
2025-12-13 16:30:02 +03:30
parent 0d47710e81
commit afbd72404d
121 changed files with 15161 additions and 16 deletions

View File

@@ -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';
}