Skip to content

Commit 1949b46

Browse files
committed
Update README.md
1 parent da34dc9 commit 1949b46

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Flutter Backend Driven UI
22

3-
Backend Driven UI is a concept for build UI with flexible pages. This
4-
repository is a simple app with Backend Driven UI with Flutter.
3+
Backend Driven UI is a concept for build UI with flexible pages from
4+
backend. So, your backend should return a JSON response with containing
5+
UI property and your app will convert it to UI.
6+
7+
Here is an example endpoint that I used to build a UI.
8+
```
9+
https://bengkelrobot.net:8003/api/dynamic-widget/home-page
10+
```
511

612
![Screenshot](https://raw.githubusercontent.com/CoderJava/Flutter-Backend-Driven-UI/master/screenshots/screenshot_1.png
713
"Screenshot")

0 commit comments

Comments
 (0)