OndrejKunc / flutter_dynamic_forms

A collection of flutter and dart libraries allowing you to consume complex external forms at runtime.
MIT License
204 stars 60 forks source link

Missing types in element value Streams #18

Closed OndrejKunc closed 5 years ago

OndrejKunc commented 5 years ago

All the models of our default components contains two getters for each property. One for the value and one for the Stream. The Stream getter is missing the type info, even though we know the type. Please add this missing type info in the all models.