|
1 | 1 | # Flutter Backend Driven UI
|
2 | 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. |
| 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 | +``` |
5 | 11 |
|
6 | 12 | 
|
0 commit comments