Fidev-io / framy

A convenient code generator for app styleguide, gallery, wireframes and/or storyboard.
https://framy.dev
GNU Lesser General Public License v3.0
148 stars 16 forks source link

Support for flutter widget customization #126

Open nateshmbhat opened 4 years ago

nateshmbhat commented 4 years ago

From framy view, user can select any widget and be able to vary parameters that the widget would take.

For example if the widget class of user returns a column widget, he should be able to vary parameters of the flutter column widget like axis alignment, size, etc

If a text widget is returned, user should get options to vary the text on the framy view and see how it would react and how overflow can happen etc.

This goes the same for any widget that is returned from the build method of user's widget class.

Related to #124 #125

After this is implemented properly, we can apply this recursively to vary parameters of the sub components of the widgets also.