feat : assets.gen for new assets
This commit is contained in:
@@ -40,6 +40,9 @@ class $AssetsIconsGen {
|
|||||||
/// File path: assets/icons/bg_header_user_profile.svg
|
/// File path: assets/icons/bg_header_user_profile.svg
|
||||||
SvgGenImage get bgHeaderUserProfile => const SvgGenImage('assets/icons/bg_header_user_profile.svg');
|
SvgGenImage get bgHeaderUserProfile => const SvgGenImage('assets/icons/bg_header_user_profile.svg');
|
||||||
|
|
||||||
|
/// File path: assets/icons/buy.svg
|
||||||
|
SvgGenImage get buy => const SvgGenImage('assets/icons/buy.svg');
|
||||||
|
|
||||||
/// File path: assets/icons/calendar.svg
|
/// File path: assets/icons/calendar.svg
|
||||||
SvgGenImage get calendar => const SvgGenImage('assets/icons/calendar.svg');
|
SvgGenImage get calendar => const SvgGenImage('assets/icons/calendar.svg');
|
||||||
|
|
||||||
@@ -49,9 +52,18 @@ class $AssetsIconsGen {
|
|||||||
/// File path: assets/icons/call.svg
|
/// File path: assets/icons/call.svg
|
||||||
SvgGenImage get call => const SvgGenImage('assets/icons/call.svg');
|
SvgGenImage get call => const SvgGenImage('assets/icons/call.svg');
|
||||||
|
|
||||||
|
/// File path: assets/icons/check.svg
|
||||||
|
SvgGenImage get check => const SvgGenImage('assets/icons/check.svg');
|
||||||
|
|
||||||
|
/// File path: assets/icons/check_square.svg
|
||||||
|
SvgGenImage get checkSquare => const SvgGenImage('assets/icons/check_square.svg');
|
||||||
|
|
||||||
/// File path: assets/icons/chicken.svg
|
/// File path: assets/icons/chicken.svg
|
||||||
SvgGenImage get chicken => const SvgGenImage('assets/icons/chicken.svg');
|
SvgGenImage get chicken => const SvgGenImage('assets/icons/chicken.svg');
|
||||||
|
|
||||||
|
/// File path: assets/icons/close_square.svg
|
||||||
|
SvgGenImage get closeSquare => const SvgGenImage('assets/icons/close_square.svg');
|
||||||
|
|
||||||
/// File path: assets/icons/convert_cube.svg
|
/// File path: assets/icons/convert_cube.svg
|
||||||
SvgGenImage get convertCube => const SvgGenImage('assets/icons/convert_cube.svg');
|
SvgGenImage get convertCube => const SvgGenImage('assets/icons/convert_cube.svg');
|
||||||
|
|
||||||
@@ -151,6 +163,9 @@ class $AssetsIconsGen {
|
|||||||
/// File path: assets/icons/receipt_discount.svg
|
/// File path: assets/icons/receipt_discount.svg
|
||||||
SvgGenImage get receiptDiscount => const SvgGenImage('assets/icons/receipt_discount.svg');
|
SvgGenImage get receiptDiscount => const SvgGenImage('assets/icons/receipt_discount.svg');
|
||||||
|
|
||||||
|
/// File path: assets/icons/sale.svg
|
||||||
|
SvgGenImage get sale => const SvgGenImage('assets/icons/sale.svg');
|
||||||
|
|
||||||
/// File path: assets/icons/scan.svg
|
/// File path: assets/icons/scan.svg
|
||||||
SvgGenImage get scan => const SvgGenImage('assets/icons/scan.svg');
|
SvgGenImage get scan => const SvgGenImage('assets/icons/scan.svg');
|
||||||
|
|
||||||
@@ -175,6 +190,12 @@ class $AssetsIconsGen {
|
|||||||
/// File path: assets/icons/tag_user.svg
|
/// File path: assets/icons/tag_user.svg
|
||||||
SvgGenImage get tagUser => const SvgGenImage('assets/icons/tag_user.svg');
|
SvgGenImage get tagUser => const SvgGenImage('assets/icons/tag_user.svg');
|
||||||
|
|
||||||
|
/// File path: assets/icons/task.svg
|
||||||
|
SvgGenImage get task => const SvgGenImage('assets/icons/task.svg');
|
||||||
|
|
||||||
|
/// File path: assets/icons/timer.svg
|
||||||
|
SvgGenImage get timer => const SvgGenImage('assets/icons/timer.svg');
|
||||||
|
|
||||||
/// File path: assets/icons/trash.svg
|
/// File path: assets/icons/trash.svg
|
||||||
SvgGenImage get trash => const SvgGenImage('assets/icons/trash.svg');
|
SvgGenImage get trash => const SvgGenImage('assets/icons/trash.svg');
|
||||||
|
|
||||||
@@ -184,6 +205,9 @@ class $AssetsIconsGen {
|
|||||||
/// File path: assets/icons/truck_fast.svg
|
/// File path: assets/icons/truck_fast.svg
|
||||||
SvgGenImage get truckFast => const SvgGenImage('assets/icons/truck_fast.svg');
|
SvgGenImage get truckFast => const SvgGenImage('assets/icons/truck_fast.svg');
|
||||||
|
|
||||||
|
/// File path: assets/icons/truck_fast_outlined.svg
|
||||||
|
SvgGenImage get truckFastOutlined => const SvgGenImage('assets/icons/truck_fast_outlined.svg');
|
||||||
|
|
||||||
/// File path: assets/icons/user.svg
|
/// File path: assets/icons/user.svg
|
||||||
SvgGenImage get user => const SvgGenImage('assets/icons/user.svg');
|
SvgGenImage get user => const SvgGenImage('assets/icons/user.svg');
|
||||||
|
|
||||||
@@ -206,10 +230,14 @@ class $AssetsIconsGen {
|
|||||||
arrowLeft,
|
arrowLeft,
|
||||||
arrowRight,
|
arrowRight,
|
||||||
bgHeaderUserProfile,
|
bgHeaderUserProfile,
|
||||||
|
buy,
|
||||||
calendar,
|
calendar,
|
||||||
calendarSearch,
|
calendarSearch,
|
||||||
call,
|
call,
|
||||||
|
check,
|
||||||
|
checkSquare,
|
||||||
chicken,
|
chicken,
|
||||||
|
closeSquare,
|
||||||
convertCube,
|
convertCube,
|
||||||
cube,
|
cube,
|
||||||
cubeBottomRotation,
|
cubeBottomRotation,
|
||||||
@@ -243,6 +271,7 @@ class $AssetsIconsGen {
|
|||||||
profileCircle,
|
profileCircle,
|
||||||
profileUser,
|
profileUser,
|
||||||
receiptDiscount,
|
receiptDiscount,
|
||||||
|
sale,
|
||||||
scan,
|
scan,
|
||||||
scanBarcode,
|
scanBarcode,
|
||||||
search,
|
search,
|
||||||
@@ -251,9 +280,12 @@ class $AssetsIconsGen {
|
|||||||
shoppingBasket,
|
shoppingBasket,
|
||||||
tagLabel,
|
tagLabel,
|
||||||
tagUser,
|
tagUser,
|
||||||
|
task,
|
||||||
|
timer,
|
||||||
trash,
|
trash,
|
||||||
truck,
|
truck,
|
||||||
truckFast,
|
truckFast,
|
||||||
|
truckFastOutlined,
|
||||||
user,
|
user,
|
||||||
userRaduis,
|
userRaduis,
|
||||||
userSquare,
|
userSquare,
|
||||||
@@ -309,6 +341,9 @@ class $AssetsVecGen {
|
|||||||
/// File path: assets/vec/bg_header_user_profile.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');
|
SvgGenImage get bgHeaderUserProfileSvg => const SvgGenImage.vec('assets/vec/bg_header_user_profile.svg.vec');
|
||||||
|
|
||||||
|
/// File path: assets/vec/buy.svg.vec
|
||||||
|
SvgGenImage get buySvg => const SvgGenImage.vec('assets/vec/buy.svg.vec');
|
||||||
|
|
||||||
/// File path: assets/vec/calendar.svg.vec
|
/// File path: assets/vec/calendar.svg.vec
|
||||||
SvgGenImage get calendarSvg => const SvgGenImage.vec('assets/vec/calendar.svg.vec');
|
SvgGenImage get calendarSvg => const SvgGenImage.vec('assets/vec/calendar.svg.vec');
|
||||||
|
|
||||||
@@ -318,9 +353,18 @@ class $AssetsVecGen {
|
|||||||
/// File path: assets/vec/call.svg.vec
|
/// File path: assets/vec/call.svg.vec
|
||||||
SvgGenImage get callSvg => const SvgGenImage.vec('assets/vec/call.svg.vec');
|
SvgGenImage get callSvg => const SvgGenImage.vec('assets/vec/call.svg.vec');
|
||||||
|
|
||||||
|
/// File path: assets/vec/check.svg.vec
|
||||||
|
SvgGenImage get checkSvg => const SvgGenImage.vec('assets/vec/check.svg.vec');
|
||||||
|
|
||||||
|
/// File path: assets/vec/check_square.svg.vec
|
||||||
|
SvgGenImage get checkSquareSvg => const SvgGenImage.vec('assets/vec/check_square.svg.vec');
|
||||||
|
|
||||||
/// File path: assets/vec/chicken.svg.vec
|
/// File path: assets/vec/chicken.svg.vec
|
||||||
SvgGenImage get chickenSvg => const SvgGenImage.vec('assets/vec/chicken.svg.vec');
|
SvgGenImage get chickenSvg => const SvgGenImage.vec('assets/vec/chicken.svg.vec');
|
||||||
|
|
||||||
|
/// File path: assets/vec/close_square.svg.vec
|
||||||
|
SvgGenImage get closeSquareSvg => const SvgGenImage.vec('assets/vec/close_square.svg.vec');
|
||||||
|
|
||||||
/// File path: assets/vec/convert_cube.svg.vec
|
/// File path: assets/vec/convert_cube.svg.vec
|
||||||
SvgGenImage get convertCubeSvg => const SvgGenImage.vec('assets/vec/convert_cube.svg.vec');
|
SvgGenImage get convertCubeSvg => const SvgGenImage.vec('assets/vec/convert_cube.svg.vec');
|
||||||
|
|
||||||
@@ -420,6 +464,9 @@ class $AssetsVecGen {
|
|||||||
/// File path: assets/vec/receipt_discount.svg.vec
|
/// File path: assets/vec/receipt_discount.svg.vec
|
||||||
SvgGenImage get receiptDiscountSvg => const SvgGenImage.vec('assets/vec/receipt_discount.svg.vec');
|
SvgGenImage get receiptDiscountSvg => const SvgGenImage.vec('assets/vec/receipt_discount.svg.vec');
|
||||||
|
|
||||||
|
/// File path: assets/vec/sale.svg.vec
|
||||||
|
SvgGenImage get saleSvg => const SvgGenImage.vec('assets/vec/sale.svg.vec');
|
||||||
|
|
||||||
/// File path: assets/vec/scan.svg.vec
|
/// File path: assets/vec/scan.svg.vec
|
||||||
SvgGenImage get scanSvg => const SvgGenImage.vec('assets/vec/scan.svg.vec');
|
SvgGenImage get scanSvg => const SvgGenImage.vec('assets/vec/scan.svg.vec');
|
||||||
|
|
||||||
@@ -444,6 +491,12 @@ class $AssetsVecGen {
|
|||||||
/// File path: assets/vec/tag_user.svg.vec
|
/// File path: assets/vec/tag_user.svg.vec
|
||||||
SvgGenImage get tagUserSvg => const SvgGenImage.vec('assets/vec/tag_user.svg.vec');
|
SvgGenImage get tagUserSvg => const SvgGenImage.vec('assets/vec/tag_user.svg.vec');
|
||||||
|
|
||||||
|
/// File path: assets/vec/task.svg.vec
|
||||||
|
SvgGenImage get taskSvg => const SvgGenImage.vec('assets/vec/task.svg.vec');
|
||||||
|
|
||||||
|
/// File path: assets/vec/timer.svg.vec
|
||||||
|
SvgGenImage get timerSvg => const SvgGenImage.vec('assets/vec/timer.svg.vec');
|
||||||
|
|
||||||
/// File path: assets/vec/trash.svg.vec
|
/// File path: assets/vec/trash.svg.vec
|
||||||
SvgGenImage get trashSvg => const SvgGenImage.vec('assets/vec/trash.svg.vec');
|
SvgGenImage get trashSvg => const SvgGenImage.vec('assets/vec/trash.svg.vec');
|
||||||
|
|
||||||
@@ -453,6 +506,9 @@ class $AssetsVecGen {
|
|||||||
/// File path: assets/vec/truck_fast.svg.vec
|
/// File path: assets/vec/truck_fast.svg.vec
|
||||||
SvgGenImage get truckFastSvg => const SvgGenImage.vec('assets/vec/truck_fast.svg.vec');
|
SvgGenImage get truckFastSvg => const SvgGenImage.vec('assets/vec/truck_fast.svg.vec');
|
||||||
|
|
||||||
|
/// File path: assets/vec/truck_fast_outlined.svg.vec
|
||||||
|
SvgGenImage get truckFastOutlinedSvg => const SvgGenImage.vec('assets/vec/truck_fast_outlined.svg.vec');
|
||||||
|
|
||||||
/// File path: assets/vec/user.svg.vec
|
/// File path: assets/vec/user.svg.vec
|
||||||
SvgGenImage get userSvg => const SvgGenImage.vec('assets/vec/user.svg.vec');
|
SvgGenImage get userSvg => const SvgGenImage.vec('assets/vec/user.svg.vec');
|
||||||
|
|
||||||
@@ -475,10 +531,14 @@ class $AssetsVecGen {
|
|||||||
arrowLeftSvg,
|
arrowLeftSvg,
|
||||||
arrowRightSvg,
|
arrowRightSvg,
|
||||||
bgHeaderUserProfileSvg,
|
bgHeaderUserProfileSvg,
|
||||||
|
buySvg,
|
||||||
calendarSvg,
|
calendarSvg,
|
||||||
calendarSearchSvg,
|
calendarSearchSvg,
|
||||||
callSvg,
|
callSvg,
|
||||||
|
checkSvg,
|
||||||
|
checkSquareSvg,
|
||||||
chickenSvg,
|
chickenSvg,
|
||||||
|
closeSquareSvg,
|
||||||
convertCubeSvg,
|
convertCubeSvg,
|
||||||
cubeSvg,
|
cubeSvg,
|
||||||
cubeBottomRotationSvg,
|
cubeBottomRotationSvg,
|
||||||
@@ -512,6 +572,7 @@ class $AssetsVecGen {
|
|||||||
profileCircleSvg,
|
profileCircleSvg,
|
||||||
profileUserSvg,
|
profileUserSvg,
|
||||||
receiptDiscountSvg,
|
receiptDiscountSvg,
|
||||||
|
saleSvg,
|
||||||
scanSvg,
|
scanSvg,
|
||||||
scanBarcodeSvg,
|
scanBarcodeSvg,
|
||||||
searchSvg,
|
searchSvg,
|
||||||
@@ -520,9 +581,12 @@ class $AssetsVecGen {
|
|||||||
shoppingBasketSvg,
|
shoppingBasketSvg,
|
||||||
tagLabelSvg,
|
tagLabelSvg,
|
||||||
tagUserSvg,
|
tagUserSvg,
|
||||||
|
taskSvg,
|
||||||
|
timerSvg,
|
||||||
trashSvg,
|
trashSvg,
|
||||||
truckSvg,
|
truckSvg,
|
||||||
truckFastSvg,
|
truckFastSvg,
|
||||||
|
truckFastOutlinedSvg,
|
||||||
userSvg,
|
userSvg,
|
||||||
userRaduisSvg,
|
userRaduisSvg,
|
||||||
userSquareSvg,
|
userSquareSvg,
|
||||||
|
|||||||
Reference in New Issue
Block a user