Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 563 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 563 Bytes

Flutter Backend Driven UI

Introduction

Backend Driven UI is a concept for build UI with flexible pages from backend. So, your backend should return a JSON response with containing UI property and your app will convert it to UI.

Here is an example endpoint that I used to build a UI.

https://bengkelrobot.net:8003/api/dynamic-widget/home-page  

Screenshot

Assets And Images

Spotify API