A Flutter App for creating Recipies.
This Repository presents a recipe app which gives you the oportunity to create new recipes, including a recipe name, an image of the meal, the ingredients and the steps to create the meal. Furthermore you can upload all created recipes to the Google Firebase Platform which handles all the data in a cloud. So you can access any created meal from any device with the app.
- Flutter allows the App to be used both on Android and IOS
- Multi-Widget App
- App is connected to Google Firebase Cloud Service
To install the app on your phone or make changes you need a couple of things:
- Visual Studio Code to code the app
- Android Studio to create a virtual android machine
- Mostly just the lib and the assets folder.
To then build and setup the app, please follow the flutter Install Guide to set up the Flutter SDK and Android Studio. Use e.g. Visual Studio Code as a developer enviroment to add some changes to the code.
$ git clone https://github.com/JanMarcelKezmann/YourCookBook
@misc{Kezmann:2020,
Author = {Jan-Marcel Kezmann},
Title = {YourCookBook},
Year = {2020},
Publisher = {GitHub},
Journal = {GitHub repository},
Howpublished = {\url{https://github.com/JanMarcelKezmann/YourCookBook}}
}
Project is distributed under MIT License.