Skip to content

Server Driven UI ​

There is a way to show changes in app without having the user to update the app. By defining parts of UI on the server, we can dynamically switch the UI on the frontend! And apparently, people are writing these JSON -> Widget renderers by hand!

Instead of defining on server, it could also make use of Firebase Remote Config, as in the youtube video.

I found one package, and two tutorials: https://pub.dev/packages/miraihttps://www.youtube.com/watch?v=kFwrb0z5ZxEhttps://hackernoon.com/how-to-create-a-server-driven-ui-engine-for-flutter