VeryGoodOpenSource / formz

A unified form representation in Dart used at Very Good Ventures 🦄

Home Page:https://pub.dev/packages/formz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does value argument for FormzInput.validator could be null ?

herveGuigoz opened this issue · comments

Im using null safety and have to force value to be non null when building FormzInput.validator but as T value field could not be null does this make sens to accept nullable value for field validator ?

maybe im misunderstanding every usage of validator.

Thank your for this package!

No, it seems to me that's a mistake.

This has been addressed in v0.4.0 👍