From c00a3381ff4996ed537c2fc6ad0b43408ea3d399 Mon Sep 17 00:00:00 2001 From: clangenb <37865735+clangenb@users.noreply.github.com> Date: Tue, 19 Mar 2024 19:08:51 -0700 Subject: [PATCH] Increase number of meetup avatars to 30 (#1663) * add more avatar svgs * regenerate asset getters --- app/assets/avatars/participant20.svg | 37 ++++++++++++++++++++++++ app/assets/avatars/participant21.svg | 42 ++++++++++++++++++++++++++++ app/assets/avatars/participant22.svg | 33 ++++++++++++++++++++++ app/assets/avatars/participant23.svg | 31 ++++++++++++++++++++ app/assets/avatars/participant24.svg | 39 ++++++++++++++++++++++++++ app/assets/avatars/participant25.svg | 31 ++++++++++++++++++++ app/assets/avatars/participant26.svg | 41 +++++++++++++++++++++++++++ app/assets/avatars/participant27.svg | 26 +++++++++++++++++ app/assets/avatars/participant28.svg | 32 +++++++++++++++++++++ app/assets/avatars/participant29.svg | 29 +++++++++++++++++++ app/lib/gen/assets.gen.dart | 42 +++++++++++++++++++++++++++- 11 files changed, 382 insertions(+), 1 deletion(-) create mode 100644 app/assets/avatars/participant20.svg create mode 100644 app/assets/avatars/participant21.svg create mode 100644 app/assets/avatars/participant22.svg create mode 100644 app/assets/avatars/participant23.svg create mode 100644 app/assets/avatars/participant24.svg create mode 100644 app/assets/avatars/participant25.svg create mode 100644 app/assets/avatars/participant26.svg create mode 100644 app/assets/avatars/participant27.svg create mode 100644 app/assets/avatars/participant28.svg create mode 100644 app/assets/avatars/participant29.svg diff --git a/app/assets/avatars/participant20.svg b/app/assets/avatars/participant20.svg new file mode 100644 index 000000000..61381cfcc --- /dev/null +++ b/app/assets/avatars/participant20.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/avatars/participant21.svg b/app/assets/avatars/participant21.svg new file mode 100644 index 000000000..067e817e1 --- /dev/null +++ b/app/assets/avatars/participant21.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/avatars/participant22.svg b/app/assets/avatars/participant22.svg new file mode 100644 index 000000000..5b4c44feb --- /dev/null +++ b/app/assets/avatars/participant22.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/avatars/participant23.svg b/app/assets/avatars/participant23.svg new file mode 100644 index 000000000..7056bd2ed --- /dev/null +++ b/app/assets/avatars/participant23.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/avatars/participant24.svg b/app/assets/avatars/participant24.svg new file mode 100644 index 000000000..e84d51a63 --- /dev/null +++ b/app/assets/avatars/participant24.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/avatars/participant25.svg b/app/assets/avatars/participant25.svg new file mode 100644 index 000000000..d18b1910d --- /dev/null +++ b/app/assets/avatars/participant25.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/avatars/participant26.svg b/app/assets/avatars/participant26.svg new file mode 100644 index 000000000..65c253a39 --- /dev/null +++ b/app/assets/avatars/participant26.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/avatars/participant27.svg b/app/assets/avatars/participant27.svg new file mode 100644 index 000000000..1e7b5ae3c --- /dev/null +++ b/app/assets/avatars/participant27.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/avatars/participant28.svg b/app/assets/avatars/participant28.svg new file mode 100644 index 000000000..62d7ab2d4 --- /dev/null +++ b/app/assets/avatars/participant28.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/assets/avatars/participant29.svg b/app/assets/avatars/participant29.svg new file mode 100644 index 000000000..d325de15b --- /dev/null +++ b/app/assets/avatars/participant29.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/lib/gen/assets.gen.dart b/app/lib/gen/assets.gen.dart index 193a4d4c0..a102fb551 100644 --- a/app/lib/gen/assets.gen.dart +++ b/app/lib/gen/assets.gen.dart @@ -74,6 +74,36 @@ class $AssetsAvatarsGen { /// File path: assets/avatars/participant19.svg SvgGenImage get participant19 => const SvgGenImage('assets/avatars/participant19.svg'); + /// File path: assets/avatars/participant20.svg + SvgGenImage get participant20 => const SvgGenImage('assets/avatars/participant20.svg'); + + /// File path: assets/avatars/participant21.svg + SvgGenImage get participant21 => const SvgGenImage('assets/avatars/participant21.svg'); + + /// File path: assets/avatars/participant22.svg + SvgGenImage get participant22 => const SvgGenImage('assets/avatars/participant22.svg'); + + /// File path: assets/avatars/participant23.svg + SvgGenImage get participant23 => const SvgGenImage('assets/avatars/participant23.svg'); + + /// File path: assets/avatars/participant24.svg + SvgGenImage get participant24 => const SvgGenImage('assets/avatars/participant24.svg'); + + /// File path: assets/avatars/participant25.svg + SvgGenImage get participant25 => const SvgGenImage('assets/avatars/participant25.svg'); + + /// File path: assets/avatars/participant26.svg + SvgGenImage get participant26 => const SvgGenImage('assets/avatars/participant26.svg'); + + /// File path: assets/avatars/participant27.svg + SvgGenImage get participant27 => const SvgGenImage('assets/avatars/participant27.svg'); + + /// File path: assets/avatars/participant28.svg + SvgGenImage get participant28 => const SvgGenImage('assets/avatars/participant28.svg'); + + /// File path: assets/avatars/participant29.svg + SvgGenImage get participant29 => const SvgGenImage('assets/avatars/participant29.svg'); + /// List of all assets List get values => [ participant00, @@ -95,7 +125,17 @@ class $AssetsAvatarsGen { participant16, participant17, participant18, - participant19 + participant19, + participant20, + participant21, + participant22, + participant23, + participant24, + participant25, + participant26, + participant27, + participant28, + participant29 ]; }