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:
2025-12-29 14:26:12 +03:30
parent edde363b6d
commit 9910de4ed8
40 changed files with 2158 additions and 41 deletions

View File

@@ -229,6 +229,9 @@ class $AssetsIconsGen {
/// File path: assets/icons/inspection.svg
SvgGenImage get inspection => const SvgGenImage('assets/icons/inspection.svg');
/// File path: assets/icons/inspection_poultry.svg
SvgGenImage get inspectionPoultry => const SvgGenImage('assets/icons/inspection_poultry.svg');
/// File path: assets/icons/key.svg
SvgGenImage get key => const SvgGenImage('assets/icons/key.svg');
@@ -456,6 +459,7 @@ class $AssetsIconsGen {
information,
inside,
inspection,
inspectionPoultry,
key,
liveStock,
lock,
@@ -748,6 +752,9 @@ class $AssetsVecGen {
/// File path: assets/vec/inspection.svg.vec
SvgGenImage get inspectionSvg => const SvgGenImage.vec('assets/vec/inspection.svg.vec');
/// File path: assets/vec/inspection_poultry.svg.vec
SvgGenImage get inspectionPoultrySvg => const SvgGenImage.vec('assets/vec/inspection_poultry.svg.vec');
/// File path: assets/vec/key.svg.vec
SvgGenImage get keySvg => const SvgGenImage.vec('assets/vec/key.svg.vec');
@@ -975,6 +982,7 @@ class $AssetsVecGen {
informationSvg,
insideSvg,
inspectionSvg,
inspectionPoultrySvg,
keySvg,
liveStockSvg,
lockSvg,