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

Prefer default custom objects from nulls #97

Closed MarcinusX closed 4 years ago

MarcinusX commented 4 years ago

Right now if we have a new object (either model or primitive), it is null by default. Many widgets don't support null dependencies as they have the assumption "this will never be null". So we should start by creating empty objects and let user change to null in dropdown. So it should never be null at start.