From 6897810693d03a2a8d160e9de841312db2bc7785 Mon Sep 17 00:00:00 2001 From: mavlonerkinboev Date: Sat, 7 Aug 2021 21:19:20 +0500 Subject: released --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6d726b0 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# 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 +
+ +![[Screenshot_20210807-192454.jpg|360]] +![[Screenshot_20210807-192504.jpg|360]] +![[Screenshot_20210807-192511.jpg|360]] \ No newline at end of file -- cgit v1.2.3