Skip to content

Latest commit

 

History

102 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DishDash

License: MIT Flutter Dart

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/.

Prerequisites

  • Flutter SDK compatible with Dart >=3.4.1 <4.0.0 (see dish_dash/pubspec.yaml)
  • Xcode (iOS), Android SDK (Android), or a desktop/web target as supported by your Flutter install

Setup

git clone https://github.com/Linch-mini/DishDash.git
cd DishDash/dish_dash
flutter pub get

Run

From dish_dash/ (after setup):

flutter run

Select a device or emulator when prompted.

Quality checks

From dish_dash/:

dart format --output=none --set-exit-if-changed .
flutter analyze
flutter test

Project layout

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.

License

This project is licensed under the MIT License. See LICENSE.

About

DishDash is a dynamic mobile application designed to inspire and guide you towards healthier eating habits by suggesting random delicious and nutritious recipes for meals and drinks every day.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages