If user submit the form without filling the inputs(invalid inputs), isLoading remains true because it's inside the if block that never runs without valid inputs.
Hi Ali! Let me know if I misunderstand your question - The value (the text you enter into the field) is what is sent to the validateEmail function, so I named the variable that holds the value formEmail. You could name it whatever you would like. Here's a link to additional examples of validator if needed: docs.flutter.dev/cookbook/forms/validation
@@LearnFlutterwithMe is the text submitted to the text field assigned to the email/password Controller? If not, could I get an explanation of the use of controller
how can i create a login system for School App using Student Admission ID and Password, not using email. And without SignUp.. If we manually enter student Data? Please Help! Thanks
I have one for firebase auth will that work? I'll be merging cloud_firestore and firebase_auth in an upcoming video as well so maybe I need to make it general firebase...
Hey, not sure if you're still checking comments or if you'll see this one but I wanted to ask: I followed what you'd done so I could put the form validation and error catching into a project of mine, but the only issue is that the errors from Firebase only show up after the event happens when I save the file from inside my IDE whilst the app's running inside an emulator. Is there any way to fix this as yours looked instant on the video? Any help/guidance/advice you could provide would be much appreciated. Thanks in advance.
Thank You So Much Bro, I watched almost all of your videos,, Already Subscribed. My students will be happy having your touch in the code, like your style keep going on please.
First... I really like your videos and style. Very helpful! Your videos have helped me a great deal. Second... There are a couple of issues in the code which are not huge, but... Symptom: When the user types in an existing account with a password that doesn't meet the password requirements, the CircularProgressIndicator goes on for infinity, or at least until the user manages to get through the form validation and to the FirebaseAuth part. Solution is the "setState(() => isLoading = false);" needs to go outside the if, down one line for both the "Sign Up" and "Sign In" section. Thank you for your videos.
Am super excited to learn and do a production level app with the instructor.......Would love to buy a paid course from your Sir, If that's available anywhere on web like "UDEMY" etc.
It's very good tutorial, very clear and help me a lot, I like this video, please advise do you also have video for Dropdown Search and video of passing data from one page to another page without using Global Variable?
Thank you very much. This topic exhausted me so much that I almost stopped learning. You helped me. Thank you very much😄😄😄
bro thannk u thank u so much i was stuck in many errors and finally i got it Thanks man (God bless u)
You're welcome glad it helped!
easy to understand
Thanks. good tutorial!
Great video
So good
Nice
The Tutorial was soooo good man you are Live saver man I been serarching this type of video for three days
Thanks a lot for this tutorial!
If user submit the form without filling the inputs(invalid inputs), isLoading remains true because it's inside the if block that never runs without valid inputs.
yeah I think someone corrected the code below. I'll do an updated video asap. Thanks for letting me know!
@@LearnFlutterwithMe The video was very helpful by the way. Thanks.
Why don't you use emailController rather than formEmail in validate Email?
Hi Ali! Let me know if I misunderstand your question - The value (the text you enter into the field) is what is sent to the validateEmail function, so I named the variable that holds the value formEmail. You could name it whatever you would like. Here's a link to additional examples of validator if needed:
docs.flutter.dev/cookbook/forms/validation
@@LearnFlutterwithMe is the text submitted to the text field assigned to the email/password Controller? If not, could I get an explanation of the use of controller
Bro one question in minute 5:06 after null what form is that? Thanks
how can i create a login system for School App using Student Admission ID and Password, not using email. And without SignUp.. If we manually enter student Data? Please Help! Thanks
You can use cloud_firestore to store the additional user information like username and such. I'll try to do a video on it here shortly.
@@LearnFlutterwithMe Thank Your Sir for your reply 🙏
Awesome! Thank you.
You're welcome!
thank you so much that helped me a lot
You're welcome! Glad it helped!
Thanks a lot! Was looking forward to this.
You're welcome! :)
Thank you! I have been waiting for this one! Appreciate your work a lot! Look forward to seeing what you post next!
Thank you so much!
Make a Playlist on flutter firebase basics.
I have one for firebase auth will that work? I'll be merging cloud_firestore and firebase_auth in an upcoming video as well so maybe I need to make it general firebase...
Thank youuu, i learned a lot for my thesis application ❤️
Nice! You're welcome!
Hey, not sure if you're still checking comments or if you'll see this one but I wanted to ask: I followed what you'd done so I could put the form validation and error catching into a project of mine, but the only issue is that the errors from Firebase only show up after the event happens when I save the file from inside my IDE whilst the app's running inside an emulator. Is there any way to fix this as yours looked instant on the video? Any help/guidance/advice you could provide would be much appreciated.
Thanks in advance.
Thank You So Much Bro, I watched almost all of your videos,, Already Subscribed. My students will be happy having your touch in the code, like your style keep going on please.
Wow thank you so much! Appreciate you watching and subscribing!
First... I really like your videos and style. Very helpful! Your videos have helped me a great deal.
Second... There are a couple of issues in the code which are not huge, but...
Symptom: When the user types in an existing account with a password that doesn't meet the password requirements, the CircularProgressIndicator goes on for infinity, or at least until the user manages to get through the form validation and to the FirebaseAuth part.
Solution is the "setState(() => isLoading = false);" needs to go outside the if, down one line for both the "Sign Up" and "Sign In" section.
Thank you for your videos.
Yes, nice find! I'll update the website to include your fix. thanks!
really good tutorial! explains a lot around the subject
Please consider doing a CRUD tutorial or a file upload on Flutter 2.0
I'll add it to the to-do list!
Am super excited to learn and do a production level app with the instructor.......Would love to buy a paid course from your Sir, If that's available anywhere on web like "UDEMY" etc.
Thank you so much! I am hoping to release a course before too long, I'll try to give you an update when I do!
It's very good tutorial, very clear and help me a lot, I like this video, please advise do you also have video for Dropdown Search and video of passing data from one page to another page without using Global Variable?
great work, thank you