feat : buy in province
This commit is contained in:
@@ -28,6 +28,7 @@ class AppColor {
|
||||
0xFF142b73,
|
||||
); // #142b73 rgb(20, 43, 115)
|
||||
static const Color blueDarker = Color(0xFF102159); // #102159 rgb(16, 33, 89)
|
||||
static const Color blueFlashing = Color(0xFF6F91FF); // #6F91FF rgb(111, 145, 255)
|
||||
//endregion
|
||||
|
||||
//region --- Green Colors ---
|
||||
|
||||
@@ -71,6 +71,9 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/clipboard_task.svg
|
||||
SvgGenImage get clipboardTask => const SvgGenImage('assets/icons/clipboard_task.svg');
|
||||
|
||||
/// File path: assets/icons/clock.svg
|
||||
SvgGenImage get clock => const SvgGenImage('assets/icons/clock.svg');
|
||||
|
||||
/// File path: assets/icons/close_square.svg
|
||||
SvgGenImage get closeSquare => const SvgGenImage('assets/icons/close_square.svg');
|
||||
|
||||
@@ -252,6 +255,7 @@ class $AssetsIconsGen {
|
||||
chicken,
|
||||
clipboardEye,
|
||||
clipboardTask,
|
||||
clock,
|
||||
closeSquare,
|
||||
convertCube,
|
||||
cube,
|
||||
@@ -384,6 +388,9 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/clipboard_task.svg.vec
|
||||
SvgGenImage get clipboardTaskSvg => const SvgGenImage.vec('assets/vec/clipboard_task.svg.vec');
|
||||
|
||||
/// File path: assets/vec/clock.svg.vec
|
||||
SvgGenImage get clockSvg => const SvgGenImage.vec('assets/vec/clock.svg.vec');
|
||||
|
||||
/// File path: assets/vec/close_square.svg.vec
|
||||
SvgGenImage get closeSquareSvg => const SvgGenImage.vec('assets/vec/close_square.svg.vec');
|
||||
|
||||
@@ -565,6 +572,7 @@ class $AssetsVecGen {
|
||||
chickenSvg,
|
||||
clipboardEyeSvg,
|
||||
clipboardTaskSvg,
|
||||
clockSvg,
|
||||
closeSquareSvg,
|
||||
convertCubeSvg,
|
||||
cubeSvg,
|
||||
|
||||
Reference in New Issue
Block a user