fix : sale out of Province

This commit is contained in:
2025-06-22 16:51:22 +03:30
parent 97fe0f138f
commit 4c22d1666e
17 changed files with 536 additions and 1088 deletions

View File

@@ -87,6 +87,9 @@ class $AssetsIconsGen {
/// File path: assets/icons/home.svg
SvgGenImage get home => const SvgGenImage('assets/icons/home.svg');
/// File path: assets/icons/hot_chicken.svg
SvgGenImage get hotChicken => const SvgGenImage('assets/icons/hot_chicken.svg');
/// File path: assets/icons/information.svg
SvgGenImage get information => const SvgGenImage('assets/icons/information.svg');
@@ -209,6 +212,7 @@ class $AssetsIconsGen {
filterOutline,
gps,
home,
hotChicken,
information,
inside,
inspection,
@@ -348,6 +352,9 @@ class $AssetsVecGen {
/// File path: assets/vec/home.svg.vec
SvgGenImage get homeSvg => const SvgGenImage.vec('assets/vec/home.svg.vec');
/// File path: assets/vec/hot_chicken.svg.vec
SvgGenImage get hotChickenSvg => const SvgGenImage.vec('assets/vec/hot_chicken.svg.vec');
/// File path: assets/vec/information.svg.vec
SvgGenImage get informationSvg => const SvgGenImage.vec('assets/vec/information.svg.vec');
@@ -470,6 +477,7 @@ class $AssetsVecGen {
filterOutlineSvg,
gpsSvg,
homeSvg,
hotChickenSvg,
informationSvg,
insideSvg,
inspectionSvg,