feat : init statics

This commit is contained in:
2025-07-26 15:47:22 +03:30
parent ad456d5855
commit bafa24543d
54 changed files with 1853 additions and 1421 deletions

View File

@@ -58,6 +58,9 @@ class $AssetsIconsGen {
/// File path: assets/icons/calendar_search.svg
SvgGenImage get calendarSearch => const SvgGenImage('assets/icons/calendar_search.svg');
/// File path: assets/icons/calendar_search_outline.svg
SvgGenImage get calendarSearchOutline => const SvgGenImage('assets/icons/calendar_search_outline.svg');
/// File path: assets/icons/call.svg
SvgGenImage get call => const SvgGenImage('assets/icons/call.svg');
@@ -190,6 +193,9 @@ class $AssetsIconsGen {
/// File path: assets/icons/profile2.svg
SvgGenImage get profile2 => const SvgGenImage('assets/icons/profile2.svg');
/// File path: assets/icons/profile2_outline.svg
SvgGenImage get profile2Outline => const SvgGenImage('assets/icons/profile2_outline.svg');
/// File path: assets/icons/profile_circle.svg
SvgGenImage get profileCircle => const SvgGenImage('assets/icons/profile_circle.svg');
@@ -273,6 +279,7 @@ class $AssetsIconsGen {
buy,
calendar,
calendarSearch,
calendarSearchOutline,
call,
check,
checkSquare,
@@ -317,6 +324,7 @@ class $AssetsIconsGen {
pictureFrame,
placeHolder,
profile2,
profile2Outline,
profileCircle,
profileUser,
receiptDiscount,
@@ -403,6 +411,9 @@ class $AssetsVecGen {
/// File path: assets/vec/calendar_search.svg.vec
SvgGenImage get calendarSearchSvg => const SvgGenImage.vec('assets/vec/calendar_search.svg.vec');
/// File path: assets/vec/calendar_search_outline.svg.vec
SvgGenImage get calendarSearchOutlineSvg => const SvgGenImage.vec('assets/vec/calendar_search_outline.svg.vec');
/// File path: assets/vec/call.svg.vec
SvgGenImage get callSvg => const SvgGenImage.vec('assets/vec/call.svg.vec');
@@ -535,6 +546,9 @@ class $AssetsVecGen {
/// File path: assets/vec/profile2.svg.vec
SvgGenImage get profile2Svg => const SvgGenImage.vec('assets/vec/profile2.svg.vec');
/// File path: assets/vec/profile2_outline.svg.vec
SvgGenImage get profile2OutlineSvg => const SvgGenImage.vec('assets/vec/profile2_outline.svg.vec');
/// File path: assets/vec/profile_circle.svg.vec
SvgGenImage get profileCircleSvg => const SvgGenImage.vec('assets/vec/profile_circle.svg.vec');
@@ -618,6 +632,7 @@ class $AssetsVecGen {
buySvg,
calendarSvg,
calendarSearchSvg,
calendarSearchOutlineSvg,
callSvg,
checkSvg,
checkSquareSvg,
@@ -662,6 +677,7 @@ class $AssetsVecGen {
pictureFrameSvg,
placeHolderSvg,
profile2Svg,
profile2OutlineSvg,
profileCircleSvg,
profileUserSvg,
receiptDiscountSvg,