We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c3c38 commit 516bc88Copy full SHA for 516bc88
README.md
@@ -1,8 +1,21 @@
1
-# hawalnir1
+# A Wordpress client for Flutter
2
3
-A new Flutter project.
+This project uses a simple WordPress website as a backend, without any additional plugin.
4
5
-## Getting Started
+for more information about WordPress rest API visit https://developer.wordpress.org/rest-api/
6
+
7
+I have used this repository:
8
+https://github.com/kbirch/wordpress_client
9
-For help getting started with Flutter, view our online
10
11
+## Getting Started
12
+For help getting started with Flutter, view Flutter online
13
[documentation](https://flutter.io/).
14
15
+Prerequisites
16
+Flutter
17
+Make sure your WordPress version is greater or equal to 4.7
18
19
+Clone repository
20
+git clone https://github.com/hooshyar/Flutter-Wordpress-Client.git
21
0 commit comments