From 6ba475b0349543f2952983fb692d082febbbc8e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marvin=20M=C3=B6ltgen?=
<39344769+M123-dev@users.noreply.github.com>
Date: Thu, 15 Sep 2022 18:41:38 +0200
Subject: [PATCH] refactor: Removed unnecessary assets (#3010)
* style: Removed unnecessary assets
* Added back barcode.json
* Update pubspec.yaml
---
packages/smooth_app/assets/actions/camera.svg | 1 -
.../smooth_app/assets/actions/food-cog.svg | 1 -
.../smooth_app/assets/actions/preferences.svg | 1 -
.../smooth_app/assets/actions/qr_code.svg | 1 -
.../smooth_app/assets/actions/scanner.svg | 102 ---------
.../assets/actions/scanner_alt_1.svg | 58 -----
.../assets/actions/scanner_alt_2.svg | 57 -----
.../assets/actions/scanner_alt_3.svg | 61 -----
.../assets/categories/beverages.svg | 1 -
.../categories/cereals_and_potatoes.svg | 1 -
.../assets/categories/composite_foods.svg | 1 -
.../assets/categories/fat_and_sauces.svg | 1 -
.../assets/categories/fish_meat_and_eggs.svg | 1 -
.../categories/fruits_and_vegetables.svg | 1 -
.../assets/categories/milk_and_dairies.svg | 1 -
.../assets/categories/salty_snacks.svg | 1 -
.../assets/categories/sugary_snacks.svg | 1 -
packages/smooth_app/assets/data/energy.svg | 1 -
packages/smooth_app/assets/data/portion.svg | 1 -
packages/smooth_app/assets/data/target.svg | 1 -
packages/smooth_app/assets/icons/search.svg | 215 ------------------
.../assets/ikonate_bold/activity.svg | 1 -
.../smooth_app/assets/ikonate_bold/add.svg | 1 -
.../smooth_app/assets/ikonate_bold/camera.svg | 1 -
.../smooth_app/assets/ikonate_bold/person.svg | 1 -
.../smooth_app/assets/ikonate_bold/search.svg | 1 -
.../assets/ikonate_thin/activity.svg | 1 -
.../smooth_app/assets/ikonate_thin/add.svg | 1 -
.../smooth_app/assets/ikonate_thin/camera.svg | 1 -
.../assets/ikonate_thin/maximise.svg | 1 -
.../smooth_app/assets/ikonate_thin/person.svg | 1 -
.../smooth_app/assets/ikonate_thin/search.svg | 1 -
.../smooth_app/assets/labels/ab_label.svg | 1 -
.../smooth_app/assets/misc/information.svg | 1 -
.../smooth_app/assets/misc/right_arrow.svg | 1 -
.../assets/misc/work_in_progress.svg | 1 -
.../assets/misc/work_in_progress_alt.svg | 1 -
.../assets/misc/work_in_progress_alt_2.svg | 1 -
.../assets/misc/work_in_progress_alt_3.svg | 1 -
.../assets/navigation/contribute.svg | 1 -
.../smooth_app/assets/navigation/organize.svg | 1 -
.../smooth_app/assets/navigation/search.svg | 1 -
.../smooth_app/assets/navigation/track.svg | 1 -
.../smooth_app/assets/navigation/user.svg | 1 -
.../assets/product/missing_image.svg | 52 -----
packages/smooth_app/pubspec.yaml | 7 -
46 files changed, 591 deletions(-)
delete mode 100644 packages/smooth_app/assets/actions/camera.svg
delete mode 100644 packages/smooth_app/assets/actions/food-cog.svg
delete mode 100644 packages/smooth_app/assets/actions/preferences.svg
delete mode 100644 packages/smooth_app/assets/actions/qr_code.svg
delete mode 100644 packages/smooth_app/assets/actions/scanner.svg
delete mode 100644 packages/smooth_app/assets/actions/scanner_alt_1.svg
delete mode 100644 packages/smooth_app/assets/actions/scanner_alt_2.svg
delete mode 100644 packages/smooth_app/assets/actions/scanner_alt_3.svg
delete mode 100644 packages/smooth_app/assets/categories/beverages.svg
delete mode 100644 packages/smooth_app/assets/categories/cereals_and_potatoes.svg
delete mode 100644 packages/smooth_app/assets/categories/composite_foods.svg
delete mode 100644 packages/smooth_app/assets/categories/fat_and_sauces.svg
delete mode 100644 packages/smooth_app/assets/categories/fish_meat_and_eggs.svg
delete mode 100644 packages/smooth_app/assets/categories/fruits_and_vegetables.svg
delete mode 100644 packages/smooth_app/assets/categories/milk_and_dairies.svg
delete mode 100644 packages/smooth_app/assets/categories/salty_snacks.svg
delete mode 100644 packages/smooth_app/assets/categories/sugary_snacks.svg
delete mode 100644 packages/smooth_app/assets/data/energy.svg
delete mode 100644 packages/smooth_app/assets/data/portion.svg
delete mode 100644 packages/smooth_app/assets/data/target.svg
delete mode 100644 packages/smooth_app/assets/icons/search.svg
delete mode 100644 packages/smooth_app/assets/ikonate_bold/activity.svg
delete mode 100644 packages/smooth_app/assets/ikonate_bold/add.svg
delete mode 100644 packages/smooth_app/assets/ikonate_bold/camera.svg
delete mode 100644 packages/smooth_app/assets/ikonate_bold/person.svg
delete mode 100644 packages/smooth_app/assets/ikonate_bold/search.svg
delete mode 100644 packages/smooth_app/assets/ikonate_thin/activity.svg
delete mode 100644 packages/smooth_app/assets/ikonate_thin/add.svg
delete mode 100644 packages/smooth_app/assets/ikonate_thin/camera.svg
delete mode 100644 packages/smooth_app/assets/ikonate_thin/maximise.svg
delete mode 100644 packages/smooth_app/assets/ikonate_thin/person.svg
delete mode 100644 packages/smooth_app/assets/ikonate_thin/search.svg
delete mode 100644 packages/smooth_app/assets/labels/ab_label.svg
delete mode 100644 packages/smooth_app/assets/misc/information.svg
delete mode 100644 packages/smooth_app/assets/misc/right_arrow.svg
delete mode 100644 packages/smooth_app/assets/misc/work_in_progress.svg
delete mode 100644 packages/smooth_app/assets/misc/work_in_progress_alt.svg
delete mode 100644 packages/smooth_app/assets/misc/work_in_progress_alt_2.svg
delete mode 100644 packages/smooth_app/assets/misc/work_in_progress_alt_3.svg
delete mode 100644 packages/smooth_app/assets/navigation/contribute.svg
delete mode 100644 packages/smooth_app/assets/navigation/organize.svg
delete mode 100644 packages/smooth_app/assets/navigation/search.svg
delete mode 100644 packages/smooth_app/assets/navigation/track.svg
delete mode 100644 packages/smooth_app/assets/navigation/user.svg
delete mode 100644 packages/smooth_app/assets/product/missing_image.svg
diff --git a/packages/smooth_app/assets/actions/camera.svg b/packages/smooth_app/assets/actions/camera.svg
deleted file mode 100644
index a15ad78a949..00000000000
--- a/packages/smooth_app/assets/actions/camera.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/actions/food-cog.svg b/packages/smooth_app/assets/actions/food-cog.svg
deleted file mode 100644
index ae9332f6d7d..00000000000
--- a/packages/smooth_app/assets/actions/food-cog.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/actions/preferences.svg b/packages/smooth_app/assets/actions/preferences.svg
deleted file mode 100644
index 54f8a5d9249..00000000000
--- a/packages/smooth_app/assets/actions/preferences.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/actions/qr_code.svg b/packages/smooth_app/assets/actions/qr_code.svg
deleted file mode 100644
index 38555d3c50e..00000000000
--- a/packages/smooth_app/assets/actions/qr_code.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/actions/scanner.svg b/packages/smooth_app/assets/actions/scanner.svg
deleted file mode 100644
index 8ac06af1382..00000000000
--- a/packages/smooth_app/assets/actions/scanner.svg
+++ /dev/null
@@ -1,102 +0,0 @@
-
-
diff --git a/packages/smooth_app/assets/actions/scanner_alt_1.svg b/packages/smooth_app/assets/actions/scanner_alt_1.svg
deleted file mode 100644
index 89267d95a99..00000000000
--- a/packages/smooth_app/assets/actions/scanner_alt_1.svg
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
diff --git a/packages/smooth_app/assets/actions/scanner_alt_2.svg b/packages/smooth_app/assets/actions/scanner_alt_2.svg
deleted file mode 100644
index b38af650698..00000000000
--- a/packages/smooth_app/assets/actions/scanner_alt_2.svg
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
diff --git a/packages/smooth_app/assets/actions/scanner_alt_3.svg b/packages/smooth_app/assets/actions/scanner_alt_3.svg
deleted file mode 100644
index 7c2181b3dcb..00000000000
--- a/packages/smooth_app/assets/actions/scanner_alt_3.svg
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
diff --git a/packages/smooth_app/assets/categories/beverages.svg b/packages/smooth_app/assets/categories/beverages.svg
deleted file mode 100644
index 59c7280a1bd..00000000000
--- a/packages/smooth_app/assets/categories/beverages.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/categories/cereals_and_potatoes.svg b/packages/smooth_app/assets/categories/cereals_and_potatoes.svg
deleted file mode 100644
index 7d4e11d26f2..00000000000
--- a/packages/smooth_app/assets/categories/cereals_and_potatoes.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/categories/composite_foods.svg b/packages/smooth_app/assets/categories/composite_foods.svg
deleted file mode 100644
index a1704ea89fc..00000000000
--- a/packages/smooth_app/assets/categories/composite_foods.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/categories/fat_and_sauces.svg b/packages/smooth_app/assets/categories/fat_and_sauces.svg
deleted file mode 100644
index 543d69de997..00000000000
--- a/packages/smooth_app/assets/categories/fat_and_sauces.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/categories/fish_meat_and_eggs.svg b/packages/smooth_app/assets/categories/fish_meat_and_eggs.svg
deleted file mode 100644
index ec92811cdb8..00000000000
--- a/packages/smooth_app/assets/categories/fish_meat_and_eggs.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/categories/fruits_and_vegetables.svg b/packages/smooth_app/assets/categories/fruits_and_vegetables.svg
deleted file mode 100644
index c511924fa19..00000000000
--- a/packages/smooth_app/assets/categories/fruits_and_vegetables.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/categories/milk_and_dairies.svg b/packages/smooth_app/assets/categories/milk_and_dairies.svg
deleted file mode 100644
index 9ee3ee8c83a..00000000000
--- a/packages/smooth_app/assets/categories/milk_and_dairies.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/categories/salty_snacks.svg b/packages/smooth_app/assets/categories/salty_snacks.svg
deleted file mode 100644
index 9da7bb9ddeb..00000000000
--- a/packages/smooth_app/assets/categories/salty_snacks.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/categories/sugary_snacks.svg b/packages/smooth_app/assets/categories/sugary_snacks.svg
deleted file mode 100644
index 3ba7c24523d..00000000000
--- a/packages/smooth_app/assets/categories/sugary_snacks.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/data/energy.svg b/packages/smooth_app/assets/data/energy.svg
deleted file mode 100644
index 3fa6106be7d..00000000000
--- a/packages/smooth_app/assets/data/energy.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/data/portion.svg b/packages/smooth_app/assets/data/portion.svg
deleted file mode 100644
index 8f9c4019f68..00000000000
--- a/packages/smooth_app/assets/data/portion.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/data/target.svg b/packages/smooth_app/assets/data/target.svg
deleted file mode 100644
index 8c4b89a3f5f..00000000000
--- a/packages/smooth_app/assets/data/target.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/icons/search.svg b/packages/smooth_app/assets/icons/search.svg
deleted file mode 100644
index 8f7519bbbec..00000000000
--- a/packages/smooth_app/assets/icons/search.svg
+++ /dev/null
@@ -1,215 +0,0 @@
-
-
-
diff --git a/packages/smooth_app/assets/ikonate_bold/activity.svg b/packages/smooth_app/assets/ikonate_bold/activity.svg
deleted file mode 100644
index fa1cc9c036a..00000000000
--- a/packages/smooth_app/assets/ikonate_bold/activity.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/ikonate_bold/add.svg b/packages/smooth_app/assets/ikonate_bold/add.svg
deleted file mode 100644
index d8f295fd31a..00000000000
--- a/packages/smooth_app/assets/ikonate_bold/add.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/ikonate_bold/camera.svg b/packages/smooth_app/assets/ikonate_bold/camera.svg
deleted file mode 100644
index 4f667db950b..00000000000
--- a/packages/smooth_app/assets/ikonate_bold/camera.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/ikonate_bold/person.svg b/packages/smooth_app/assets/ikonate_bold/person.svg
deleted file mode 100644
index f56e183d756..00000000000
--- a/packages/smooth_app/assets/ikonate_bold/person.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/ikonate_bold/search.svg b/packages/smooth_app/assets/ikonate_bold/search.svg
deleted file mode 100644
index 2041145e17b..00000000000
--- a/packages/smooth_app/assets/ikonate_bold/search.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/ikonate_thin/activity.svg b/packages/smooth_app/assets/ikonate_thin/activity.svg
deleted file mode 100644
index 708a486c06d..00000000000
--- a/packages/smooth_app/assets/ikonate_thin/activity.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/ikonate_thin/add.svg b/packages/smooth_app/assets/ikonate_thin/add.svg
deleted file mode 100644
index a784ae40c8f..00000000000
--- a/packages/smooth_app/assets/ikonate_thin/add.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/ikonate_thin/camera.svg b/packages/smooth_app/assets/ikonate_thin/camera.svg
deleted file mode 100644
index efc3cbc6f9d..00000000000
--- a/packages/smooth_app/assets/ikonate_thin/camera.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/ikonate_thin/maximise.svg b/packages/smooth_app/assets/ikonate_thin/maximise.svg
deleted file mode 100644
index 9d87a3817dd..00000000000
--- a/packages/smooth_app/assets/ikonate_thin/maximise.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/ikonate_thin/person.svg b/packages/smooth_app/assets/ikonate_thin/person.svg
deleted file mode 100644
index 8ebdaaa0884..00000000000
--- a/packages/smooth_app/assets/ikonate_thin/person.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/ikonate_thin/search.svg b/packages/smooth_app/assets/ikonate_thin/search.svg
deleted file mode 100644
index e1a74819124..00000000000
--- a/packages/smooth_app/assets/ikonate_thin/search.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/labels/ab_label.svg b/packages/smooth_app/assets/labels/ab_label.svg
deleted file mode 100644
index 426e88e47af..00000000000
--- a/packages/smooth_app/assets/labels/ab_label.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/misc/information.svg b/packages/smooth_app/assets/misc/information.svg
deleted file mode 100644
index 20968ed6b53..00000000000
--- a/packages/smooth_app/assets/misc/information.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/misc/right_arrow.svg b/packages/smooth_app/assets/misc/right_arrow.svg
deleted file mode 100644
index 793f4553b9c..00000000000
--- a/packages/smooth_app/assets/misc/right_arrow.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/misc/work_in_progress.svg b/packages/smooth_app/assets/misc/work_in_progress.svg
deleted file mode 100644
index 1120af001b2..00000000000
--- a/packages/smooth_app/assets/misc/work_in_progress.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/misc/work_in_progress_alt.svg b/packages/smooth_app/assets/misc/work_in_progress_alt.svg
deleted file mode 100644
index 775999ee9f6..00000000000
--- a/packages/smooth_app/assets/misc/work_in_progress_alt.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/misc/work_in_progress_alt_2.svg b/packages/smooth_app/assets/misc/work_in_progress_alt_2.svg
deleted file mode 100644
index 0f6eda87a85..00000000000
--- a/packages/smooth_app/assets/misc/work_in_progress_alt_2.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/misc/work_in_progress_alt_3.svg b/packages/smooth_app/assets/misc/work_in_progress_alt_3.svg
deleted file mode 100644
index a4422e573e8..00000000000
--- a/packages/smooth_app/assets/misc/work_in_progress_alt_3.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/navigation/contribute.svg b/packages/smooth_app/assets/navigation/contribute.svg
deleted file mode 100644
index 0a26a0e4849..00000000000
--- a/packages/smooth_app/assets/navigation/contribute.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/navigation/organize.svg b/packages/smooth_app/assets/navigation/organize.svg
deleted file mode 100644
index a5d5f314c79..00000000000
--- a/packages/smooth_app/assets/navigation/organize.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/navigation/search.svg b/packages/smooth_app/assets/navigation/search.svg
deleted file mode 100644
index 39d29d91d6e..00000000000
--- a/packages/smooth_app/assets/navigation/search.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/navigation/track.svg b/packages/smooth_app/assets/navigation/track.svg
deleted file mode 100644
index ff56390876e..00000000000
--- a/packages/smooth_app/assets/navigation/track.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/navigation/user.svg b/packages/smooth_app/assets/navigation/user.svg
deleted file mode 100644
index ab1c56fb3f9..00000000000
--- a/packages/smooth_app/assets/navigation/user.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/smooth_app/assets/product/missing_image.svg b/packages/smooth_app/assets/product/missing_image.svg
deleted file mode 100644
index 22d3d28723d..00000000000
--- a/packages/smooth_app/assets/product/missing_image.svg
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
diff --git a/packages/smooth_app/pubspec.yaml b/packages/smooth_app/pubspec.yaml
index c1400685063..a6150358b6d 100644
--- a/packages/smooth_app/pubspec.yaml
+++ b/packages/smooth_app/pubspec.yaml
@@ -144,22 +144,15 @@ flutter:
generate: true
assets:
- - assets/actions/
- assets/animations/
- assets/app/
- assets/audio/
- assets/cache/
- - assets/categories/
- assets/cacheTintable/
- - assets/data/
- - assets/labels/
- assets/metadata/
- assets/misc/
- - assets/navigation/
- assets/network/cert.pem
- assets/onboarding/
- assets/preferences/
- assets/product/
- - assets/ikonate_thin/
- - assets/ikonate_bold/
- assets/icons/visor_icon.svg