Not sure what to cook today? Get some quick suggestions from QuickMeals.
- Swipe a meal away if you aren't interested in it.
- Tap a meal to go to the recipe page.
Note:
- This app currently only supports Android phones since I don't have an apple device to develop with.
- My API key only allows 5 calls per minute so please be gentle on it.
- The Flutter SDK
- An Android phone with USB debugging enabled
git clone https://github.com/tchell/QuickMeals.git quick_meals/
cd quick_meals
flutter run --release [-d <your device>]
- Created by Tanner Chell for the Flutter Create contest
This project is licensed under the BSD 3-Clause License - see LICENSE for details
- Thanks to David Buss and Andrew Chell for their valuable opinions.