Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 511 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 511 Bytes

Recipe app

A simple Recipe App using Tasty API to fetch recipe information. Part of Flutter DevCamp 2022 <3

Screenshots

image

Getting Started

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";