Skip to content

A lightweight recipe app that demonstrates how basic concepts in flutter are achieved.

Notifications You must be signed in to change notification settings

GreatGrant/Recipes

Repository files navigation

Recipe App

This is my first flutter app. The Recipe App is a mobile application built using the Flutter framework. It allows users to browse through a list of recipes, and view their details.

Click here to open the app in the online emulator

Getting Started

To get started with the Recipe App, you will need to have Flutter installed on your computer. You can download and install Flutter from the official Flutter website.

Once you have Flutter installed, you can clone the Recipe App repository from GitHub:

git clone https://github.com/your-username/recipe-app.git

Next, navigate to the recipe-app directory and run the following command to download the project dependencies:

flutter pub get

Finally, run the following command to launch the Recipe App:

flutter run

Features

The Recipe App includes the following features:

  • Browse through a list of recipes
  • View details on the recipe

Credits

The Recipe App was built using the Flutter framework and is based on the Recipe project in the Flutter Apprentice book by Ray Wenderlich. Special thanks to the Flutter and Dart communities for their contributions to this project.

License

The Recipe App is released under the MIT License. See LICENSE for more information.

About

A lightweight recipe app that demonstrates how basic concepts in flutter are achieved.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published