You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing code is illegal because selectionToTextTransformer has a parameter of type T, but the expression _initialValue ?? '' will transform a null value into a String instead of T.
awhitford
added a commit
to awhitford/flutter_form_builder
that referenced
this issue
Jun 15, 2020
I think this line is a bug:
I think it should be:
I am getting a runtime exception:
I'm confused because my code is very close to this example.
The text was updated successfully, but these errors were encountered: