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 passing 3rd party model as widget parameter #133

Open nateshmbhat opened 4 years ago

nateshmbhat commented 4 years ago

Many times we wouldn't have edit access to models when using a library. So we can't add the @ framy model annotation.

Widget should be able to accept such parameters.

This can be done once #123 is implemented.