feat : new ui for steward

This commit is contained in:
2025-10-01 13:16:16 +03:30
parent 20a4a59c2e
commit 3d957b8aee
12 changed files with 573 additions and 136 deletions

View File

@@ -137,6 +137,12 @@ class $AssetsIconsGen {
/// File path: assets/icons/cube_card.svg
SvgGenImage get cubeCard => const SvgGenImage('assets/icons/cube_card.svg');
/// File path: assets/icons/cube_card_free.svg
SvgGenImage get cubeCardFree => const SvgGenImage('assets/icons/cube_card_free.svg');
/// File path: assets/icons/cube_card_goverment.svg
SvgGenImage get cubeCardGoverment => const SvgGenImage('assets/icons/cube_card_goverment.svg');
/// File path: assets/icons/cube_rotate.svg
SvgGenImage get cubeRotate => const SvgGenImage('assets/icons/cube_rotate.svg');
@@ -396,6 +402,8 @@ class $AssetsIconsGen {
cube,
cubeBottomRotation,
cubeCard,
cubeCardFree,
cubeCardGoverment,
cubeRotate,
cubeScan,
cubeScanWithLabel,
@@ -623,6 +631,12 @@ class $AssetsVecGen {
/// File path: assets/vec/cube_card.svg.vec
SvgGenImage get cubeCardSvg => const SvgGenImage.vec('assets/vec/cube_card.svg.vec');
/// File path: assets/vec/cube_card_free.svg.vec
SvgGenImage get cubeCardFreeSvg => const SvgGenImage.vec('assets/vec/cube_card_free.svg.vec');
/// File path: assets/vec/cube_card_goverment.svg.vec
SvgGenImage get cubeCardGovermentSvg => const SvgGenImage.vec('assets/vec/cube_card_goverment.svg.vec');
/// File path: assets/vec/cube_rotate.svg.vec
SvgGenImage get cubeRotateSvg => const SvgGenImage.vec('assets/vec/cube_rotate.svg.vec');
@@ -882,6 +896,8 @@ class $AssetsVecGen {
cubeSvg,
cubeBottomRotationSvg,
cubeCardSvg,
cubeCardFreeSvg,
cubeCardGovermentSvg,
cubeRotateSvg,
cubeScanSvg,
cubeScanWithLabelSvg,