Skip to content

nfl-nzr/flutter-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily Meal

A skeleton app built using flutter that connects to the spoonacular API and presents the user with three meals and cooking instructions for the day.

Getting Started

  • Clone repo using git clone https://github.com/Nowfal112/daily_meal_skeleton.git.
  • Run pub get.
  • Sign up for a spoonacular developer account here.
  • Get the API key from the console dashboard.
  • Assign the key to kSpoonKey variable in /lib/utils/constants.dart file.
  • Use flutter run to start the app in debugging mode.

Todos

  • Fetch realtime data from Spoonacular.
  • Show detailed information and cooking instructions.
  • Allow saving recipies.

About

A basic flutter skeleton app that interacts with spoonacular API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors