When I assign a formKey and return a query, I get a null error – Flutter
I'm doing a validation process, but I want to do it between different pages. How can I perform the validate process on another page using formKey or another solution? I'm getting a null error, how do I get rid of…