feat: integrate city poultry feature by adding routes, DI setup, and updating UI components to reflect new data handling and localization changes
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'package:rasadyar_chicken/features/city_poultry/presentation/routes/pages.dart';
|
||||
import 'package:rasadyar_chicken/features/common/common.dart';
|
||||
import 'package:rasadyar_chicken/features/kill_house/action/logic.dart';
|
||||
import 'package:rasadyar_chicken/features/kill_house/action/view.dart';
|
||||
@@ -66,6 +67,10 @@ sealed class ChickenPages {
|
||||
...JahadPages.pages,
|
||||
//endregion
|
||||
|
||||
//region City Poultry Pages
|
||||
...CityPoultryPages.pages,
|
||||
//endregion
|
||||
|
||||
//region Poultry Farm Inspection
|
||||
GetPage(
|
||||
name: ChickenRoutes.poultryFarmInspectionHome,
|
||||
|
||||
@@ -41,6 +41,11 @@ const int cityJahadActionKey = 112;
|
||||
|
||||
//endregion
|
||||
|
||||
//region city poultry Keys
|
||||
const int cityPoultryActionKey = 117;
|
||||
|
||||
//endregion
|
||||
|
||||
//region vet farm Keys
|
||||
const int vetFarmActionKey = 113;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user