feat : home page chicken-Steward
This commit is contained in:
@@ -362,6 +362,8 @@ class AppColor {
|
||||
|
||||
static const Color bgLight = Color(0xFFF5F5F5); // #083940 rgb(8, 57, 64)
|
||||
static const Color bgDark = Color(0xFF979797); // #083940 rgb(8, 57, 64)
|
||||
static const Color textColor = Color(0xFF5B5B5B); // #083940 rgb(8, 57, 64)
|
||||
|
||||
//endregion
|
||||
|
||||
//region --- category Colors ---
|
||||
|
||||
@@ -36,6 +36,21 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/call.svg
|
||||
SvgGenImage get call => const SvgGenImage('assets/icons/call.svg');
|
||||
|
||||
/// File path: assets/icons/convert_cube.svg
|
||||
SvgGenImage get convertCube => const SvgGenImage('assets/icons/convert_cube.svg');
|
||||
|
||||
/// File path: assets/icons/cube.svg
|
||||
SvgGenImage get cube => const SvgGenImage('assets/icons/cube.svg');
|
||||
|
||||
/// File path: assets/icons/cube_rotate.svg
|
||||
SvgGenImage get cubeRotate => const SvgGenImage('assets/icons/cube_rotate.svg');
|
||||
|
||||
/// File path: assets/icons/cube_scan.svg
|
||||
SvgGenImage get cubeScan => const SvgGenImage('assets/icons/cube_scan.svg');
|
||||
|
||||
/// File path: assets/icons/cube_search.svg
|
||||
SvgGenImage get cubeSearch => const SvgGenImage('assets/icons/cube_search.svg');
|
||||
|
||||
/// File path: assets/icons/diagram.svg
|
||||
SvgGenImage get diagram => const SvgGenImage('assets/icons/diagram.svg');
|
||||
|
||||
@@ -54,6 +69,9 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/gps.svg
|
||||
SvgGenImage get gps => const SvgGenImage('assets/icons/gps.svg');
|
||||
|
||||
/// File path: assets/icons/home.svg
|
||||
SvgGenImage get home => const SvgGenImage('assets/icons/home.svg');
|
||||
|
||||
/// File path: assets/icons/information.svg
|
||||
SvgGenImage get information => const SvgGenImage('assets/icons/information.svg');
|
||||
|
||||
@@ -126,9 +144,18 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/trash.svg
|
||||
SvgGenImage get trash => const SvgGenImage('assets/icons/trash.svg');
|
||||
|
||||
/// File path: assets/icons/truck.svg
|
||||
SvgGenImage get truck => const SvgGenImage('assets/icons/truck.svg');
|
||||
|
||||
/// File path: assets/icons/truck_fast.svg
|
||||
SvgGenImage get truckFast => const SvgGenImage('assets/icons/truck_fast.svg');
|
||||
|
||||
/// File path: assets/icons/user.svg
|
||||
SvgGenImage get user => const SvgGenImage('assets/icons/user.svg');
|
||||
|
||||
/// File path: assets/icons/user_raduis.svg
|
||||
SvgGenImage get userRaduis => const SvgGenImage('assets/icons/user_raduis.svg');
|
||||
|
||||
/// File path: assets/icons/user_square.svg
|
||||
SvgGenImage get userSquare => const SvgGenImage('assets/icons/user_square.svg');
|
||||
|
||||
@@ -147,12 +174,18 @@ class $AssetsIconsGen {
|
||||
calendar,
|
||||
calendarSearch,
|
||||
call,
|
||||
convertCube,
|
||||
cube,
|
||||
cubeRotate,
|
||||
cubeScan,
|
||||
cubeSearch,
|
||||
diagram,
|
||||
download,
|
||||
edit,
|
||||
excelDownload,
|
||||
filter,
|
||||
gps,
|
||||
home,
|
||||
information,
|
||||
inside,
|
||||
inspection,
|
||||
@@ -177,7 +210,10 @@ class $AssetsIconsGen {
|
||||
tagLabel,
|
||||
tagUser,
|
||||
trash,
|
||||
truck,
|
||||
truckFast,
|
||||
user,
|
||||
userRaduis,
|
||||
userSquare,
|
||||
virtual,
|
||||
whareHouse,
|
||||
@@ -187,6 +223,9 @@ class $AssetsIconsGen {
|
||||
class $AssetsImagesGen {
|
||||
const $AssetsImagesGen();
|
||||
|
||||
/// File path: assets/images/chicken.png
|
||||
AssetGenImage get chicken => const AssetGenImage('assets/images/chicken.png');
|
||||
|
||||
/// File path: assets/images/inner_splash.webp
|
||||
AssetGenImage get innerSplash => const AssetGenImage('assets/images/inner_splash.webp');
|
||||
|
||||
@@ -197,7 +236,17 @@ class $AssetsImagesGen {
|
||||
AssetGenImage get placeHolder => const AssetGenImage('assets/images/place_holder.png');
|
||||
|
||||
/// List of all assets
|
||||
List<AssetGenImage> get values => [innerSplash, outterSplash, placeHolder];
|
||||
List<AssetGenImage> get values => [chicken, innerSplash, outterSplash, placeHolder];
|
||||
}
|
||||
|
||||
class $AssetsLogosGen {
|
||||
const $AssetsLogosGen();
|
||||
|
||||
/// File path: assets/logos/final_logo.png
|
||||
AssetGenImage get finalLogo => const AssetGenImage('assets/logos/final_logo.png');
|
||||
|
||||
/// List of all assets
|
||||
List<AssetGenImage> get values => [finalLogo];
|
||||
}
|
||||
|
||||
class $AssetsVecGen {
|
||||
@@ -224,6 +273,21 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/call.svg.vec
|
||||
SvgGenImage get callSvg => const SvgGenImage.vec('assets/vec/call.svg.vec');
|
||||
|
||||
/// File path: assets/vec/convert_cube.svg.vec
|
||||
SvgGenImage get convertCubeSvg => const SvgGenImage.vec('assets/vec/convert_cube.svg.vec');
|
||||
|
||||
/// File path: assets/vec/cube.svg.vec
|
||||
SvgGenImage get cubeSvg => const SvgGenImage.vec('assets/vec/cube.svg.vec');
|
||||
|
||||
/// File path: assets/vec/cube_rotate.svg.vec
|
||||
SvgGenImage get cubeRotateSvg => const SvgGenImage.vec('assets/vec/cube_rotate.svg.vec');
|
||||
|
||||
/// File path: assets/vec/cube_scan.svg.vec
|
||||
SvgGenImage get cubeScanSvg => const SvgGenImage.vec('assets/vec/cube_scan.svg.vec');
|
||||
|
||||
/// File path: assets/vec/cube_search.svg.vec
|
||||
SvgGenImage get cubeSearchSvg => const SvgGenImage.vec('assets/vec/cube_search.svg.vec');
|
||||
|
||||
/// File path: assets/vec/diagram.svg.vec
|
||||
SvgGenImage get diagramSvg => const SvgGenImage.vec('assets/vec/diagram.svg.vec');
|
||||
|
||||
@@ -242,9 +306,15 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/gps.svg.vec
|
||||
SvgGenImage get gpsSvg => const SvgGenImage.vec('assets/vec/gps.svg.vec');
|
||||
|
||||
/// File path: assets/vec/home.svg.vec
|
||||
SvgGenImage get homeSvg => const SvgGenImage.vec('assets/vec/home.svg.vec');
|
||||
|
||||
/// File path: assets/vec/information.svg.vec
|
||||
SvgGenImage get informationSvg => const SvgGenImage.vec('assets/vec/information.svg.vec');
|
||||
|
||||
/// File path: assets/vec/inside.svg.vec
|
||||
SvgGenImage get insideSvg => const SvgGenImage.vec('assets/vec/inside.svg.vec');
|
||||
|
||||
/// File path: assets/vec/inspection.svg.vec
|
||||
SvgGenImage get inspectionSvg => const SvgGenImage.vec('assets/vec/inspection.svg.vec');
|
||||
|
||||
@@ -266,6 +336,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/outside.svg.vec
|
||||
SvgGenImage get outsideSvg => const SvgGenImage.vec('assets/vec/outside.svg.vec');
|
||||
|
||||
/// File path: assets/vec/pdf_download.svg.vec
|
||||
SvgGenImage get pdfDownloadSvg => const SvgGenImage.vec('assets/vec/pdf_download.svg.vec');
|
||||
|
||||
@@ -308,15 +381,27 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/trash.svg.vec
|
||||
SvgGenImage get trashSvg => const SvgGenImage.vec('assets/vec/trash.svg.vec');
|
||||
|
||||
/// File path: assets/vec/truck.svg.vec
|
||||
SvgGenImage get truckSvg => const SvgGenImage.vec('assets/vec/truck.svg.vec');
|
||||
|
||||
/// File path: assets/vec/truck_fast.svg.vec
|
||||
SvgGenImage get truckFastSvg => const SvgGenImage.vec('assets/vec/truck_fast.svg.vec');
|
||||
|
||||
/// File path: assets/vec/user.svg.vec
|
||||
SvgGenImage get userSvg => const SvgGenImage.vec('assets/vec/user.svg.vec');
|
||||
|
||||
/// File path: assets/vec/user_raduis.svg.vec
|
||||
SvgGenImage get userRaduisSvg => const SvgGenImage.vec('assets/vec/user_raduis.svg.vec');
|
||||
|
||||
/// File path: assets/vec/user_square.svg.vec
|
||||
SvgGenImage get userSquareSvg => const SvgGenImage.vec('assets/vec/user_square.svg.vec');
|
||||
|
||||
/// File path: assets/vec/virtual.svg.vec
|
||||
SvgGenImage get virtualSvg => const SvgGenImage.vec('assets/vec/virtual.svg.vec');
|
||||
|
||||
/// File path: assets/vec/whare_house.svg.vec
|
||||
SvgGenImage get whareHouseSvg => const SvgGenImage.vec('assets/vec/whare_house.svg.vec');
|
||||
|
||||
/// List of all assets
|
||||
List<SvgGenImage> get values => [
|
||||
addSvg,
|
||||
@@ -326,13 +411,20 @@ class $AssetsVecGen {
|
||||
calendarSvg,
|
||||
calendarSearchSvg,
|
||||
callSvg,
|
||||
convertCubeSvg,
|
||||
cubeSvg,
|
||||
cubeRotateSvg,
|
||||
cubeScanSvg,
|
||||
cubeSearchSvg,
|
||||
diagramSvg,
|
||||
downloadSvg,
|
||||
editSvg,
|
||||
excelDownloadSvg,
|
||||
filterSvg,
|
||||
gpsSvg,
|
||||
homeSvg,
|
||||
informationSvg,
|
||||
insideSvg,
|
||||
inspectionSvg,
|
||||
keySvg,
|
||||
liveStockSvg,
|
||||
@@ -340,6 +432,7 @@ class $AssetsVecGen {
|
||||
mapSvg,
|
||||
mapMarkerSvg,
|
||||
messageAddSvg,
|
||||
outsideSvg,
|
||||
pdfDownloadSvg,
|
||||
pictureFrameSvg,
|
||||
placeHolderSvg,
|
||||
@@ -354,9 +447,13 @@ class $AssetsVecGen {
|
||||
tagLabelSvg,
|
||||
tagUserSvg,
|
||||
trashSvg,
|
||||
truckSvg,
|
||||
truckFastSvg,
|
||||
userSvg,
|
||||
userRaduisSvg,
|
||||
userSquareSvg,
|
||||
virtualSvg,
|
||||
whareHouseSvg,
|
||||
];
|
||||
}
|
||||
|
||||
@@ -365,6 +462,7 @@ class Assets {
|
||||
|
||||
static const $AssetsIconsGen icons = $AssetsIconsGen();
|
||||
static const $AssetsImagesGen images = $AssetsImagesGen();
|
||||
static const $AssetsLogosGen logos = $AssetsLogosGen();
|
||||
static const $AssetsVecGen vec = $AssetsVecGen();
|
||||
}
|
||||
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
class FontFamily {
|
||||
FontFamily._();
|
||||
|
||||
/// Font family: iranyekanregularfanum
|
||||
static const String iranyekanregularfanum = 'iranyekanregularfanum';
|
||||
/// Font family: yekan
|
||||
static const String yekan = 'yekan';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user