feat : inspection

This commit is contained in:
2025-09-07 20:24:14 +03:30
parent aca9bbfccb
commit d6f4ed433b
22 changed files with 440 additions and 47 deletions

View File

@@ -53,6 +53,12 @@ class $AssetsIconsGen {
/// File path: assets/icons/bg_header_user_profile.svg
SvgGenImage get bgHeaderUserProfile => const SvgGenImage('assets/icons/bg_header_user_profile.svg');
/// File path: assets/icons/box_remove.svg
SvgGenImage get boxRemove => const SvgGenImage('assets/icons/box_remove.svg');
/// File path: assets/icons/box_tick.svg
SvgGenImage get boxTick => const SvgGenImage('assets/icons/box_tick.svg');
/// File path: assets/icons/buy.svg
SvgGenImage get buy => const SvgGenImage('assets/icons/buy.svg');
@@ -95,6 +101,9 @@ class $AssetsIconsGen {
/// File path: assets/icons/close_square.svg
SvgGenImage get closeSquare => const SvgGenImage('assets/icons/close_square.svg');
/// File path: assets/icons/close_square_filled.svg
SvgGenImage get closeSquareFilled => const SvgGenImage('assets/icons/close_square_filled.svg');
/// File path: assets/icons/convert_cube.svg
SvgGenImage get convertCube => const SvgGenImage('assets/icons/convert_cube.svg');
@@ -149,9 +158,21 @@ class $AssetsIconsGen {
/// File path: assets/icons/gps.svg
SvgGenImage get gps => const SvgGenImage('assets/icons/gps.svg');
/// File path: assets/icons/hashtag.svg
SvgGenImage get hashtag => const SvgGenImage('assets/icons/hashtag.svg');
/// File path: assets/icons/home.svg
SvgGenImage get home => const SvgGenImage('assets/icons/home.svg');
/// File path: assets/icons/home_hashtag.svg
SvgGenImage get homeHashtag => const SvgGenImage('assets/icons/home_hashtag.svg');
/// File path: assets/icons/home_trend_down.svg
SvgGenImage get homeTrendDown => const SvgGenImage('assets/icons/home_trend_down.svg');
/// File path: assets/icons/home_trend_up.svg
SvgGenImage get homeTrendUp => const SvgGenImage('assets/icons/home_trend_up.svg');
/// File path: assets/icons/hot_chicken.svg
SvgGenImage get hotChicken => const SvgGenImage('assets/icons/hot_chicken.svg');
@@ -185,6 +206,9 @@ class $AssetsIconsGen {
/// File path: assets/icons/message_add.svg
SvgGenImage get messageAdd => const SvgGenImage('assets/icons/message_add.svg');
/// File path: assets/icons/note_remove.svg
SvgGenImage get noteRemove => const SvgGenImage('assets/icons/note_remove.svg');
/// File path: assets/icons/outside.svg
SvgGenImage get outside => const SvgGenImage('assets/icons/outside.svg');
@@ -305,6 +329,8 @@ class $AssetsIconsGen {
arrowRight,
bgAuth,
bgHeaderUserProfile,
boxRemove,
boxTick,
buy,
calendar,
calendarSearch,
@@ -319,6 +345,7 @@ class $AssetsIconsGen {
clock,
closeCircle,
closeSquare,
closeSquareFilled,
convertCube,
cow,
cube,
@@ -337,7 +364,11 @@ class $AssetsIconsGen {
filter,
filterOutline,
gps,
hashtag,
home,
homeHashtag,
homeTrendDown,
homeTrendUp,
hotChicken,
information,
inside,
@@ -349,6 +380,7 @@ class $AssetsIconsGen {
map,
mapMarker,
messageAdd,
noteRemove,
outside,
pdfDownload,
people,
@@ -458,6 +490,12 @@ class $AssetsVecGen {
/// File path: assets/vec/bg_header_user_profile.svg.vec
SvgGenImage get bgHeaderUserProfileSvg => const SvgGenImage.vec('assets/vec/bg_header_user_profile.svg.vec');
/// File path: assets/vec/box_remove.svg.vec
SvgGenImage get boxRemoveSvg => const SvgGenImage.vec('assets/vec/box_remove.svg.vec');
/// File path: assets/vec/box_tick.svg.vec
SvgGenImage get boxTickSvg => const SvgGenImage.vec('assets/vec/box_tick.svg.vec');
/// File path: assets/vec/buy.svg.vec
SvgGenImage get buySvg => const SvgGenImage.vec('assets/vec/buy.svg.vec');
@@ -500,6 +538,9 @@ class $AssetsVecGen {
/// File path: assets/vec/close_square.svg.vec
SvgGenImage get closeSquareSvg => const SvgGenImage.vec('assets/vec/close_square.svg.vec');
/// File path: assets/vec/close_square_filled.svg.vec
SvgGenImage get closeSquareFilledSvg => const SvgGenImage.vec('assets/vec/close_square_filled.svg.vec');
/// File path: assets/vec/convert_cube.svg.vec
SvgGenImage get convertCubeSvg => const SvgGenImage.vec('assets/vec/convert_cube.svg.vec');
@@ -554,9 +595,21 @@ class $AssetsVecGen {
/// File path: assets/vec/gps.svg.vec
SvgGenImage get gpsSvg => const SvgGenImage.vec('assets/vec/gps.svg.vec');
/// File path: assets/vec/hashtag.svg.vec
SvgGenImage get hashtagSvg => const SvgGenImage.vec('assets/vec/hashtag.svg.vec');
/// File path: assets/vec/home.svg.vec
SvgGenImage get homeSvg => const SvgGenImage.vec('assets/vec/home.svg.vec');
/// File path: assets/vec/home_hashtag.svg.vec
SvgGenImage get homeHashtagSvg => const SvgGenImage.vec('assets/vec/home_hashtag.svg.vec');
/// File path: assets/vec/home_trend_down.svg.vec
SvgGenImage get homeTrendDownSvg => const SvgGenImage.vec('assets/vec/home_trend_down.svg.vec');
/// File path: assets/vec/home_trend_up.svg.vec
SvgGenImage get homeTrendUpSvg => const SvgGenImage.vec('assets/vec/home_trend_up.svg.vec');
/// File path: assets/vec/hot_chicken.svg.vec
SvgGenImage get hotChickenSvg => const SvgGenImage.vec('assets/vec/hot_chicken.svg.vec');
@@ -590,6 +643,9 @@ class $AssetsVecGen {
/// File path: assets/vec/message_add.svg.vec
SvgGenImage get messageAddSvg => const SvgGenImage.vec('assets/vec/message_add.svg.vec');
/// File path: assets/vec/note_remove.svg.vec
SvgGenImage get noteRemoveSvg => const SvgGenImage.vec('assets/vec/note_remove.svg.vec');
/// File path: assets/vec/outside.svg.vec
SvgGenImage get outsideSvg => const SvgGenImage.vec('assets/vec/outside.svg.vec');
@@ -710,6 +766,8 @@ class $AssetsVecGen {
arrowRightSvg,
bgAuthSvg,
bgHeaderUserProfileSvg,
boxRemoveSvg,
boxTickSvg,
buySvg,
calendarSvg,
calendarSearchSvg,
@@ -724,6 +782,7 @@ class $AssetsVecGen {
clockSvg,
closeCircleSvg,
closeSquareSvg,
closeSquareFilledSvg,
convertCubeSvg,
cowSvg,
cubeSvg,
@@ -742,7 +801,11 @@ class $AssetsVecGen {
filterSvg,
filterOutlineSvg,
gpsSvg,
hashtagSvg,
homeSvg,
homeHashtagSvg,
homeTrendDownSvg,
homeTrendUpSvg,
hotChickenSvg,
informationSvg,
insideSvg,
@@ -754,6 +817,7 @@ class $AssetsVecGen {
mapSvg,
mapMarkerSvg,
messageAddSvg,
noteRemoveSvg,
outsideSvg,
pdfDownloadSvg,
peopleSvg,