that can online change source code without rebuild app?
Several options: 1. WebView, just make that part of the application points to some URL 2. Everything on flutter are Widgets, and built programmaticallly in Dart code. Just make the UI dynamic based on some data returned by server 3. Usually in big apps, they put feature flag/switches. So they can just hide/show the menu by flipping the switch on from server
Oh ok but i read some website i can use git or jetpack if im not wrong to do that but i don't know how to use them
Обсуждают сегодня