A simple Recipe App using Tasty API to fetch recipe information. Part of Flutter DevCamp 2022 <3
For security reasons, Api key is not included in this repository. To run the project, create a file /lib/api/keys.dart in such a format to successfully run the app.
String tasty_key = "your key";
String tasty_host = "tasty.p.rapidapi.com";