chore: remove unused assets and data source files related to the kill house module, and update import paths for better organization
This commit is contained in:
@@ -49,9 +49,6 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/bg_auth.svg
|
||||
SvgGenImage get bgAuth => const SvgGenImage('assets/icons/bg_auth.svg');
|
||||
|
||||
/// File path: assets/icons/bg_auth_dam.svg
|
||||
SvgGenImage get bgAuthDam => const SvgGenImage('assets/icons/bg_auth_dam.svg');
|
||||
|
||||
/// File path: assets/icons/bg_header_user_profile.svg
|
||||
SvgGenImage get bgHeaderUserProfile => const SvgGenImage('assets/icons/bg_header_user_profile.svg');
|
||||
|
||||
@@ -166,9 +163,6 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/cube_watting.svg
|
||||
SvgGenImage get cubeWatting => const SvgGenImage('assets/icons/cube_watting.svg');
|
||||
|
||||
/// File path: assets/icons/dam_pattern.svg
|
||||
SvgGenImage get damPattern => const SvgGenImage('assets/icons/dam_pattern.svg');
|
||||
|
||||
/// File path: assets/icons/diagram.svg
|
||||
SvgGenImage get diagram => const SvgGenImage('assets/icons/diagram.svg');
|
||||
|
||||
@@ -274,6 +268,9 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/outside.svg
|
||||
SvgGenImage get outside => const SvgGenImage('assets/icons/outside.svg');
|
||||
|
||||
/// File path: assets/icons/pattern_dam.svg
|
||||
SvgGenImage get patternDam => const SvgGenImage('assets/icons/pattern_dam.svg');
|
||||
|
||||
/// File path: assets/icons/pdf_download.svg
|
||||
SvgGenImage get pdfDownload => const SvgGenImage('assets/icons/pdf_download.svg');
|
||||
|
||||
@@ -402,7 +399,6 @@ class $AssetsIconsGen {
|
||||
arrowLeft,
|
||||
arrowRight,
|
||||
bgAuth,
|
||||
bgAuthDam,
|
||||
bgHeaderUserProfile,
|
||||
boxRemove,
|
||||
boxTick,
|
||||
@@ -441,7 +437,6 @@ class $AssetsIconsGen {
|
||||
cubeSearch,
|
||||
cubeTopRotation,
|
||||
cubeWatting,
|
||||
damPattern,
|
||||
diagram,
|
||||
directPurchase,
|
||||
download,
|
||||
@@ -477,6 +472,7 @@ class $AssetsIconsGen {
|
||||
noteRemove,
|
||||
ordersReceived,
|
||||
outside,
|
||||
patternDam,
|
||||
pdfDownload,
|
||||
people,
|
||||
pictureFrame,
|
||||
@@ -576,9 +572,6 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/bg_auth.svg.vec
|
||||
SvgGenImage get bgAuthSvg => const SvgGenImage.vec('assets/vec/bg_auth.svg.vec');
|
||||
|
||||
/// File path: assets/vec/bg_auth_dam.svg.vec
|
||||
SvgGenImage get bgAuthDamSvg => const SvgGenImage.vec('assets/vec/bg_auth_dam.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');
|
||||
|
||||
@@ -693,9 +686,6 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/cube_watting.svg.vec
|
||||
SvgGenImage get cubeWattingSvg => const SvgGenImage.vec('assets/vec/cube_watting.svg.vec');
|
||||
|
||||
/// File path: assets/vec/dam_pattern.svg.vec
|
||||
SvgGenImage get damPatternSvg => const SvgGenImage.vec('assets/vec/dam_pattern.svg.vec');
|
||||
|
||||
/// File path: assets/vec/diagram.svg.vec
|
||||
SvgGenImage get diagramSvg => const SvgGenImage.vec('assets/vec/diagram.svg.vec');
|
||||
|
||||
@@ -801,6 +791,9 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/outside.svg.vec
|
||||
SvgGenImage get outsideSvg => const SvgGenImage.vec('assets/vec/outside.svg.vec');
|
||||
|
||||
/// File path: assets/vec/pattern_dam.svg.vec
|
||||
SvgGenImage get patternDamSvg => const SvgGenImage.vec('assets/vec/pattern_dam.svg.vec');
|
||||
|
||||
/// File path: assets/vec/pdf_download.svg.vec
|
||||
SvgGenImage get pdfDownloadSvg => const SvgGenImage.vec('assets/vec/pdf_download.svg.vec');
|
||||
|
||||
@@ -929,7 +922,6 @@ class $AssetsVecGen {
|
||||
arrowLeftSvg,
|
||||
arrowRightSvg,
|
||||
bgAuthSvg,
|
||||
bgAuthDamSvg,
|
||||
bgHeaderUserProfileSvg,
|
||||
boxRemoveSvg,
|
||||
boxTickSvg,
|
||||
@@ -968,7 +960,6 @@ class $AssetsVecGen {
|
||||
cubeSearchSvg,
|
||||
cubeTopRotationSvg,
|
||||
cubeWattingSvg,
|
||||
damPatternSvg,
|
||||
diagramSvg,
|
||||
directPurchaseSvg,
|
||||
downloadSvg,
|
||||
@@ -1004,6 +995,7 @@ class $AssetsVecGen {
|
||||
noteRemoveSvg,
|
||||
ordersReceivedSvg,
|
||||
outsideSvg,
|
||||
patternDamSvg,
|
||||
pdfDownloadSvg,
|
||||
peopleSvg,
|
||||
pictureFrameSvg,
|
||||
|
||||
Reference in New Issue
Block a user