How can I know if my form is valid without rebuilding? using .validate() causes rebuild, and I only want the bool result

前端 未结 0 489
耶瑟儿~
耶瑟儿~ 2020-12-19 12:35

I\'m using Flutter Forms, which allow me to run a validation using _formKey.currentState.validate()

This rebuilds the form, so if any fields have a valid

相关标签:
回答
  • 消灭零回复
提交回复
热议问题