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
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
The Recipe App includes the following features:
- Browse through a list of recipes
- View details on the recipe
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.
The Recipe App is released under the MIT License. See LICENSE
for more information.