Cross-platform Flutter app that surfaces meal and drink recipe ideas to support healthier eating day to day. State is handled with Riverpod (with Provider-compatible patterns where applicable), preferences via shared_preferences, and HTTP calls through http. The UI targets Material Design with light and dark themes.
Application sources live in dish_dash/.
- Flutter SDK compatible with Dart
>=3.4.1 <4.0.0(seedish_dash/pubspec.yaml) - Xcode (iOS), Android SDK (Android), or a desktop/web target as supported by your Flutter install
git clone https://github.com/Linch-mini/DishDash.git
cd DishDash/dish_dash
flutter pub getFrom dish_dash/ (after setup):
flutter runSelect a device or emulator when prompted.
From dish_dash/:
dart format --output=none --set-exit-if-changed .
flutter analyze
flutter test| Path | Purpose |
|---|---|
dish_dash/lib/ |
Dart application code |
dish_dash/assets/ |
Images and launcher artwork |
dish_dash/ios/, dish_dash/android/ |
Platform projects |
Course-oriented assignment notes for team workflows remain in dish_dash/README.md.
This project is licensed under the MIT License. See LICENSE.