Alternative Layout constructor #2398
-
Firstly, many thanks for this project! It is excellent and I find myself using it everywhere. I am making a weather application that leans heavily on I do not intend for this to be a live display, but rather a nicely formatted dashboard of weather information.
At the moment, the best I could do is hardcode a I'm not sure what the best solution for this is. I could allow them to write their own layout code in a file, and then read it in as a string and assign it with I think it would be amazing to support some form of alternative constructor for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You could build some kind of declarative layer. i.e. your app reads a config file and builds the Layout. I think that would be a nice feature, but I'm not sure it belongs in the code library. |
Beta Was this translation helpful? Give feedback.
You could build some kind of declarative layer. i.e. your app reads a config file and builds the Layout. I think that would be a nice feature, but I'm not sure it belongs in the code library.