Reputation: 43
I am developing a project with flutter for web, ios and android. How can I develop this app remotely? can i do this? I want to be able to make instant changes according to the user's request. How can I do that?
Upvotes: 0
Views: 367
Reputation: 1
You can use Remote Config on Firebase to handle dynamic themes, UI for example.
Upvotes: 0