diff options
author | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-08-07 21:29:55 +0500 |
---|---|---|
committer | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-08-07 21:29:55 +0500 |
commit | 7f4ce1e80f9d2e521ae3a1d09366b64ec87d49bb (patch) | |
tree | fc565a6a52ff9da9d51929b5ad83c9e19b412d5b | |
parent | f3ca189d5986fe444917827c760adf1bf2a46fa9 (diff) |
Removed horizontal rules
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,15 +1,14 @@ # Recipes -<hr> + Recipes is a program created on the Flutter framework based on the Dart programming language.<br><br> ## Adding a new recipe -<hr> + 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/model/recipe.dart</b> file, add detailed information to the list about your recipe.<br><br> ## Screenshots -<hr> <img src="screenshots/Screenshot_20210807-192454.jpg" width="360px"/> <img src="screenshots/Screenshot_20210807-192504.jpg" width="360px"/> |