how to validate email before enter to the home page flutter
问题 i'm trying to validate my email before the user can enter to the home page. the problem is when i fill the email and password user with aaany thing it give the access without any check. here is my code for sign in page and this is the code of sign up screen 回答1: If it is all about validating the email for formatting , then what you can do is shown below. Put it in your email address validator you are submitting the data for Login/Register validator: (value){ Pattern pattern = r'^(([^<>()[\]\\