We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da34dc9 commit 1949b46Copy full SHA for 1949b46
README.md
@@ -1,7 +1,13 @@
1
# Flutter Backend Driven UI
2
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.
+Backend Driven UI is a concept for build UI with flexible pages from
+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
11
12

0 commit comments