blob: ecef9e7bbf20d2b5d9f93c7da8fcc49307e6f74e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Recipes
Recipes is a program created on the Flutter framework based on the Dart programming language.<br>
## Adding a new recipe
1. Add the kebab image to the <b>assets/</b> folder.<br>
2. In order for the program to detect your image, you need to add the path to your image to the <b>assets</b> section in <b>pubspec.yaml</b> file.<br>
3. In the <b>lib/models/recipe.dart</b> file, add detailed information to the list about your recipe.<br>
## Screenshots
<img src="screenshots/Screenshot_20210807-192454.jpg" width="360px"/>
<img src="screenshots/Screenshot_20210807-192504.jpg" width="360px"/>
<img src="screenshots/Screenshot_20210807-192511.jpg" width="360px"/>
|