feat : profile and map

This commit is contained in:
2025-07-28 15:57:30 +03:30
parent 6057976b46
commit d9724f681c
67 changed files with 2835 additions and 444 deletions

View File

@@ -46,6 +46,9 @@ class $AssetsIconsGen {
/// File path: assets/icons/arrow_right.svg
SvgGenImage get arrowRight => const SvgGenImage('assets/icons/arrow_right.svg');
/// File path: assets/icons/bg_auth.svg
SvgGenImage get bgAuth => const SvgGenImage('assets/icons/bg_auth.svg');
/// File path: assets/icons/bg_header_user_profile.svg
SvgGenImage get bgHeaderUserProfile => const SvgGenImage('assets/icons/bg_header_user_profile.svg');
@@ -278,6 +281,7 @@ class $AssetsIconsGen {
appBarInspection,
arrowLeft,
arrowRight,
bgAuth,
bgHeaderUserProfile,
buy,
calendar,
@@ -403,6 +407,9 @@ class $AssetsVecGen {
/// File path: assets/vec/arrow_right.svg.vec
SvgGenImage get arrowRightSvg => const SvgGenImage.vec('assets/vec/arrow_right.svg.vec');
/// File path: assets/vec/bg_auth.svg.vec
SvgGenImage get bgAuthSvg => const SvgGenImage.vec('assets/vec/bg_auth.svg.vec');
/// File path: assets/vec/bg_header_user_profile.svg.vec
SvgGenImage get bgHeaderUserProfileSvg => const SvgGenImage.vec('assets/vec/bg_header_user_profile.svg.vec');
@@ -635,6 +642,7 @@ class $AssetsVecGen {
appBarInspectionSvg,
arrowLeftSvg,
arrowRightSvg,
bgAuthSvg,
bgHeaderUserProfileSvg,
buySvg,
calendarSvg,