diff --git a/assets/images/meal_card/Snacks.svg b/assets/images/meal_card/Snacks.svg new file mode 100644 index 00000000..37e28b6a --- /dev/null +++ b/assets/images/meal_card/Snacks.svg @@ -0,0 +1,330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/data/constants/env_config.dart b/lib/data/constants/env_config.dart index cb33130f..56775c89 100644 --- a/lib/data/constants/env_config.dart +++ b/lib/data/constants/env_config.dart @@ -1,7 +1,7 @@ class EnvironmentConfig { static const String BASE_URL = String.fromEnvironment( 'BASE_URL', - defaultValue: 'https://appetizer.onrender.com', + defaultValue: 'https://faf1-103-37-201-177.ngrok-free.app', ); static const String OAUTH_CLIENT_ID = String.fromEnvironment(