feat : new ui
This commit is contained in:
@@ -171,6 +171,9 @@ class AppColor {
|
||||
static const Color textColorLight = Color(0xFFB2B2B2);
|
||||
static const Color iconColor = Color(0xFF444444); // #444444 rgb(68, 68, 68)
|
||||
static const Color borderColor = Color(0xFFC7CFCD); // #C7CFCD rgb(199, 207, 205)`
|
||||
static const Color unselectTextColor = Color(0xFF888888); //
|
||||
static const Color accent1 = Color(0xffffe5ce); //
|
||||
|
||||
|
||||
//endregion
|
||||
|
||||
|
||||
@@ -68,6 +68,9 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/calendar_search_outline.svg
|
||||
SvgGenImage get calendarSearchOutline => const SvgGenImage('assets/icons/calendar_search_outline.svg');
|
||||
|
||||
/// File path: assets/icons/calendar_tick.svg
|
||||
SvgGenImage get calendarTick => const SvgGenImage('assets/icons/calendar_tick.svg');
|
||||
|
||||
/// File path: assets/icons/call.svg
|
||||
SvgGenImage get call => const SvgGenImage('assets/icons/call.svg');
|
||||
|
||||
@@ -80,6 +83,9 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/chicken.svg
|
||||
SvgGenImage get chicken => const SvgGenImage('assets/icons/chicken.svg');
|
||||
|
||||
/// File path: assets/icons/chicken_house.svg
|
||||
SvgGenImage get chickenHouse => const SvgGenImage('assets/icons/chicken_house.svg');
|
||||
|
||||
/// File path: assets/icons/chicken_map_marker.svg
|
||||
SvgGenImage get chickenMapMarker => const SvgGenImage('assets/icons/chicken_map_marker.svg');
|
||||
|
||||
@@ -149,6 +155,9 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/excel_download.svg
|
||||
SvgGenImage get excelDownload => const SvgGenImage('assets/icons/excel_download.svg');
|
||||
|
||||
/// File path: assets/icons/farm.svg
|
||||
SvgGenImage get farm => const SvgGenImage('assets/icons/farm.svg');
|
||||
|
||||
/// File path: assets/icons/filter.svg
|
||||
SvgGenImage get filter => const SvgGenImage('assets/icons/filter.svg');
|
||||
|
||||
@@ -334,10 +343,12 @@ class $AssetsIconsGen {
|
||||
calendar,
|
||||
calendarSearch,
|
||||
calendarSearchOutline,
|
||||
calendarTick,
|
||||
call,
|
||||
check,
|
||||
checkSquare,
|
||||
chicken,
|
||||
chickenHouse,
|
||||
chickenMapMarker,
|
||||
clipboardEye,
|
||||
clipboardTask,
|
||||
@@ -361,6 +372,7 @@ class $AssetsIconsGen {
|
||||
edit,
|
||||
empty,
|
||||
excelDownload,
|
||||
farm,
|
||||
filter,
|
||||
filterOutline,
|
||||
gps,
|
||||
@@ -424,6 +436,9 @@ class $AssetsIconsGen {
|
||||
class $AssetsImagesGen {
|
||||
const $AssetsImagesGen();
|
||||
|
||||
/// File path: assets/images/bg_chicken_pattern.webp
|
||||
AssetGenImage get bgChickenPattern => const AssetGenImage('assets/images/bg_chicken_pattern.webp');
|
||||
|
||||
/// File path: assets/images/chicken.png
|
||||
AssetGenImage get chicken => const AssetGenImage('assets/images/chicken.png');
|
||||
|
||||
@@ -439,20 +454,17 @@ class $AssetsImagesGen {
|
||||
/// File path: assets/images/place_holder.png
|
||||
AssetGenImage get placeHolder => const AssetGenImage('assets/images/place_holder.png');
|
||||
|
||||
/// File path: assets/images/poultry_action.webp
|
||||
AssetGenImage get poultryAction => const AssetGenImage('assets/images/poultry_action.webp');
|
||||
|
||||
/// File path: assets/images/select_role.webp
|
||||
AssetGenImage get selectRole => const AssetGenImage('assets/images/select_role.webp');
|
||||
|
||||
/// List of all assets
|
||||
List<AssetGenImage> get values => [
|
||||
bgChickenPattern,
|
||||
chicken,
|
||||
innerSplash,
|
||||
liveChicken,
|
||||
outterSplash,
|
||||
placeHolder,
|
||||
poultryAction,
|
||||
selectRole,
|
||||
];
|
||||
}
|
||||
@@ -516,6 +528,9 @@ class $AssetsVecGen {
|
||||
/// 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/calendar_tick.svg.vec
|
||||
SvgGenImage get calendarTickSvg => const SvgGenImage.vec('assets/vec/calendar_tick.svg.vec');
|
||||
|
||||
/// File path: assets/vec/call.svg.vec
|
||||
SvgGenImage get callSvg => const SvgGenImage.vec('assets/vec/call.svg.vec');
|
||||
|
||||
@@ -528,6 +543,9 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/chicken.svg.vec
|
||||
SvgGenImage get chickenSvg => const SvgGenImage.vec('assets/vec/chicken.svg.vec');
|
||||
|
||||
/// File path: assets/vec/chicken_house.svg.vec
|
||||
SvgGenImage get chickenHouseSvg => const SvgGenImage.vec('assets/vec/chicken_house.svg.vec');
|
||||
|
||||
/// File path: assets/vec/chicken_map_marker.svg.vec
|
||||
SvgGenImage get chickenMapMarkerSvg => const SvgGenImage.vec('assets/vec/chicken_map_marker.svg.vec');
|
||||
|
||||
@@ -597,6 +615,9 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/excel_download.svg.vec
|
||||
SvgGenImage get excelDownloadSvg => const SvgGenImage.vec('assets/vec/excel_download.svg.vec');
|
||||
|
||||
/// File path: assets/vec/farm.svg.vec
|
||||
SvgGenImage get farmSvg => const SvgGenImage.vec('assets/vec/farm.svg.vec');
|
||||
|
||||
/// File path: assets/vec/filter.svg.vec
|
||||
SvgGenImage get filterSvg => const SvgGenImage.vec('assets/vec/filter.svg.vec');
|
||||
|
||||
@@ -782,10 +803,12 @@ class $AssetsVecGen {
|
||||
calendarSvg,
|
||||
calendarSearchSvg,
|
||||
calendarSearchOutlineSvg,
|
||||
calendarTickSvg,
|
||||
callSvg,
|
||||
checkSvg,
|
||||
checkSquareSvg,
|
||||
chickenSvg,
|
||||
chickenHouseSvg,
|
||||
chickenMapMarkerSvg,
|
||||
clipboardEyeSvg,
|
||||
clipboardTaskSvg,
|
||||
@@ -809,6 +832,7 @@ class $AssetsVecGen {
|
||||
editSvg,
|
||||
emptySvg,
|
||||
excelDownloadSvg,
|
||||
farmSvg,
|
||||
filterSvg,
|
||||
filterOutlineSvg,
|
||||
gpsSvg,
|
||||
|
||||
Reference in New Issue
Block a user