Support for fetching UI from remote configs. #86
khanjasir90
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, Mirai supports receiving widget json from following source.
Mirai.fromNetwork()
-> Load data from service over a network call.Mirai.fromJson()
-> Mostly used for parsing purposes.Mirai.fromAsset
-> Load data from assets folder.But, there can be instances where we have a json stored in remote config and we want that json to build our UI.
Adding this feature would extend the ability of Mirai to next level.
What's your thought on this @divyanshub024
Beta Was this translation helpful? Give feedback.
All reactions