Closed Kaizodo closed 2 months ago
Really, there's a few answers.
The biggest concern that I'd argue is valid is the bundle size. Because everything this references is dynamic, the tree shaker cannot remove anything from the bundle. This can add several hundred kilobytes to your final binary that you add to the app store. If you are trying to save every possible byte, this package is not for you. But if <1mb is ok to add to be able to use the dynamic nature of this package, you should be good to go.
Thank you for the reply, i got it now less then 1mb is no big deal.
This plugin is a great way to load dynamic layout and thanks to the developers who have worked on this awesome plugin, i would like to know if this plugin memory efficiant like does it loads all those renderer widgets into memory when inflating json layouts or it only loads the required components ?
for example
if my json layout only has a card with a button then card and button logic is loaded into memory or all the widgets like scaffold, icons , sliders , form-inputs etc everything will be loaded ?