# Recipes Recipes is a program created on the Flutter framework based on the Dart programming language.
## Adding a new recipe 1. Add the kebab image to the assets/ folder.
2. In order for the program to detect your image, you need to add the path to your image to the assets section in pubspec.yaml file.
3. In the lib/model/recipe.dart file, add detailed information to the list about your recipe.
## Screenshots