feat : SalesOutOfProvincePage main page
This commit is contained in:
@@ -72,6 +72,9 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/filter.svg
|
||||
SvgGenImage get filter => const SvgGenImage('assets/icons/filter.svg');
|
||||
|
||||
/// File path: assets/icons/filter_outline.svg
|
||||
SvgGenImage get filterOutline => const SvgGenImage('assets/icons/filter_outline.svg');
|
||||
|
||||
/// File path: assets/icons/gps.svg
|
||||
SvgGenImage get gps => const SvgGenImage('assets/icons/gps.svg');
|
||||
|
||||
@@ -192,6 +195,7 @@ class $AssetsIconsGen {
|
||||
edit,
|
||||
excelDownload,
|
||||
filter,
|
||||
filterOutline,
|
||||
gps,
|
||||
home,
|
||||
information,
|
||||
@@ -317,6 +321,9 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/filter.svg.vec
|
||||
SvgGenImage get filterSvg => const SvgGenImage.vec('assets/vec/filter.svg.vec');
|
||||
|
||||
/// File path: assets/vec/filter_outline.svg.vec
|
||||
SvgGenImage get filterOutlineSvg => const SvgGenImage.vec('assets/vec/filter_outline.svg.vec');
|
||||
|
||||
/// File path: assets/vec/gps.svg.vec
|
||||
SvgGenImage get gpsSvg => const SvgGenImage.vec('assets/vec/gps.svg.vec');
|
||||
|
||||
@@ -437,6 +444,7 @@ class $AssetsVecGen {
|
||||
editSvg,
|
||||
excelDownloadSvg,
|
||||
filterSvg,
|
||||
filterOutlineSvg,
|
||||
gpsSvg,
|
||||
homeSvg,
|
||||
informationSvg,
|
||||
|
||||
Reference in New Issue
Block a user