Form Validation UI in FlutterFlow Tutorial

  Рет қаралды 33,389

FlutterFlow

FlutterFlow

Күн бұрын

Пікірлер: 43
@kassioatomazelli
@kassioatomazelli Жыл бұрын
Very confusing for me. In the first exemple you say I will explain how NOT to do, but you keep going and don't come back to explain the right way. I need to give to disable option a not empty or empty? Because I am trying here and no one gonna works. And more, after de disable configuration I go to action triggers and put create account?
@malikgiornitm8065
@malikgiornitm8065 Жыл бұрын
Fr are we the only ones who actually realized that?
@anuptotla9845
@anuptotla9845 Жыл бұрын
This is helpful but is too lengthy to implement considering we already have a form widget. Would be great if we can make the form widget more powerful than it currently is. Like if form has a boolean attached to it which checks if all input are valid. Currently the form simply highlights issues but not really stop user from proceeding. Seems like this can be a low hanging fruit
@marklive33
@marklive33 Жыл бұрын
This is for pure customization I guess more than a "quick" way to do something fast. Idk. We all have our own methods :P
@theolimourii4792
@theolimourii4792 Жыл бұрын
Great video please try to release new videos every week we would appreciate it
@shahbazkhan-ek7hp
@shahbazkhan-ek7hp 7 ай бұрын
This explanation is awesome because not only does it teach how its done but also what not to do and they why behind it.
@chukwuebukanwajagu5922
@chukwuebukanwajagu5922 Жыл бұрын
Love Flutterflow. This is interesting and very helpful. Alot of us are really struggling with database structuring and connection to your App. Making textfield searchable, more on drop down and so on. Pls make more videos. Thank you.
@LoFiRecoverySoundscapes
@LoFiRecoverySoundscapes 10 ай бұрын
For someone who mentions simplicity of design and things being intuitive and easy to use, your actually video is all over the place!
@prakashm.s8134
@prakashm.s8134 5 ай бұрын
true
@XricheeX
@XricheeX Ай бұрын
i disagree, as a visual learner i really like how he explained it. it made sense to how he kept showing what the outcome of different tries were and how and why certain things were happening. very easy to follow.
@soupaulomorales
@soupaulomorales Жыл бұрын
Very well explained.👏
@BabyIem-e1g
@BabyIem-e1g 8 ай бұрын
Great explaination and step by step tutorial. Thankyou so much
@supern4ut3
@supern4ut3 4 ай бұрын
Excellent. Maybe "is set/non empty" can be changed to "is set/non blank" because the user can still fill the fields with blank spaces.
@GylAion
@GylAion Жыл бұрын
Very helpfull guide. I wanna know if it's possible to check if the user already exist before create the account ? And how do it? I'm trying to add an action on my button to query the user's firebase, and filter by the email adress, but i must have forget something bcz it doesn't work. Hope you will get some answer here.
@karinliebenberg8567
@karinliebenberg8567 Жыл бұрын
Flutter is really amazing BUT I have been struggling 2 weeks now to upload to play store maybe a video on troubleshoot will be helpfull.
@vijaykumaryadav9332
@vijaykumaryadav9332 Жыл бұрын
Thanks for sharing this video, I have followed same step but button not showing as disable in initial state or when login field is empty. 😕
@ahmetsivis116
@ahmetsivis116 Жыл бұрын
yes... did you solve it?
@renatodiaslima
@renatodiaslima 6 ай бұрын
Excellent video. How do you focus a textfield using an action in flutter flow?
@mayankmishra1251
@mayankmishra1251 Ай бұрын
I found it to be a confusing video for a simple and easy concept. The real validation part was mostly the latter part of the video.Thanks for the effort though.Would have been simple if we could do the complex conditionals in a small code snippet instead if composing it through a UI. It gets cumbersome in UI.Furthermore flattening if else ladder if you have more than 2 state variables is even more cumbersome.
@Caden_Burleson
@Caden_Burleson 2 ай бұрын
I'm just trying to figure out how to check if a user has entered a phone number in an email form and give them an error message for it. How do I do that?
@tanujain2605
@tanujain2605 4 ай бұрын
Is it possible to prevent that Label from taking top left position
@SpurgeonB
@SpurgeonB 10 ай бұрын
Thanks! That is quite helpful... BTW, How to ensure that value typed in the text field for email id is indeed a valid email (validating with REGEX / domain lookup etc)?
@mohammedabdillah7418
@mohammedabdillah7418 Жыл бұрын
thats helpful there is a trick where i can do there by using hide and show more than one button with " if "
@XricheeX
@XricheeX Ай бұрын
can someone help me; i have a form that consists of a few open textfields, a couple dropdown menues and a photo upload button. With this tutorial i can make the button be disabled if the textfields and dropdown menues are empty but i cant seem to make it mandatory to upload atleast one picture. how my picture upload is set up: I have an icon button that leads to your own photoalbum, you can select up to 10 photos, those pictures get uploaded into a row that has a 'generating children from variable' selected to it. the variable being a single image widget.
@flutterflowexpert
@flutterflowexpert Жыл бұрын
Great video ;)
@siphiworatsibe5609
@siphiworatsibe5609 Жыл бұрын
You're the BEST, thank you Sir.
@FlutterFlow
@FlutterFlow Жыл бұрын
No, you're the best😉
@siphiworatsibe5609
@siphiworatsibe5609 Жыл бұрын
@@FlutterFlow See what I mean 🤣🤣🤣
@FlutterFlow
@FlutterFlow Жыл бұрын
We do.
@siphiworatsibe5609
@siphiworatsibe5609 Жыл бұрын
@@FlutterFlow 😂😂😂
@vince2nd
@vince2nd Жыл бұрын
Thanks for the video. I still don't like the true/ false conditional logic though 🥲 Very confusing/ not intuitive. I suppose what would make me happy is a "conversational" type of logic... Basically if else statements and simpler language. Not set and empty vs null. If these fields are null disable this button and set color to x. , else enable button. Same for conditional visibility. It's better than before but still needs work as far as usability. UX research team get back to work! Simpler language please and thanks. Heck send out a typeform survey etc and see if users find the terminology/ language/ processes easy to understand.
@Micktographer
@Micktographer Жыл бұрын
This is flutterflow in a nutshell. If it takes 20 minutes to educate how to do form validation, then is it really a no-code solution? I feel like a lot of FF features are built for power-users at the expense of over-complicating something that it core basic functionality that should be a few clicks and take a few minutes to explain. Anyway back to my 1 hour of trying to figure out how to do basic form validation that blocks a user from submitting. Wow. Why. So. Hard.
@saikumar-qx5jz
@saikumar-qx5jz Жыл бұрын
iam facing authentication issue After i sign up as a user the database in flutterflow and also firebase console is not showing or registering new user details Can someone tell me how to fix this??
@say5s
@say5s Жыл бұрын
We want to improve the web, be faster, extract html code, connect MySQL databases, and advertise with a reward
@louis-davidpaul-hus114
@louis-davidpaul-hus114 Жыл бұрын
thx
@MAXsystem1
@MAXsystem1 Жыл бұрын
Not good at all Rework the video Or reorganize the event in programming
@endieumunna6900
@endieumunna6900 Жыл бұрын
You are just talking from two sides of your mouth, confusing everyone. You are more concerned about twisting your voice on the microphone. Simplicity is sophistication. You are just everywhere.
@colibrcolibr6103
@colibrcolibr6103 Жыл бұрын
I HATE these videos. Instead of telling us what to do he gives us 5 minutes on what not to do. I don't care about what not to do, get to the point.
@vrw5519
@vrw5519 Жыл бұрын
Poking a badger with a spoon is also a wrong step. This video would be shorter and significantly easier to assimilate if the narrator did not waste time by showing what not to do and just showed the correct steps to follow.
@FlutterFlowAR
@FlutterFlowAR Жыл бұрын
We want how to upload several images that I did not see in the documents and I did not see them in your videos. An explanation would be sufficient, thank you
@rewindman596
@rewindman596 Жыл бұрын
"How do I use !value.endsWith in a TextField in Flutterflow?"
@rewindman596
@rewindman596 Жыл бұрын
I want to only accept email addresses that end with a certain domain in a TextField(email).
@dataslid
@dataslid Жыл бұрын
write a custom function use ai to generate it, then use the function in ur validation@@rewindman596
Intro to layouts in FlutterFlow
10:35
FlutterFlow
Рет қаралды 40 М.
No-Code is Trash
9:57
FlutterFlow
Рет қаралды 128 М.
РОДИТЕЛИ НА ШКОЛЬНОМ ПРАЗДНИКЕ
01:00
SIDELNIKOVVV
Рет қаралды 3,4 МЛН
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 7 МЛН
Run ALL Your AI Locally in Minutes (LLMs, RAG, and more)
20:19
Cole Medin
Рет қаралды 125 М.
How to Execute API Calls
18:43
FlutterFlow
Рет қаралды 40 М.
How to Create an RAG Chatbot AI Agent with n8n (No Code, Step-by-Step Tutorial)
17:26
10x Your Speed With Flutter
8:04
Flutter Mapp
Рет қаралды 52 М.
Vim Motions & Tricks I Wish I Learned Sooner
9:25
Henry Misc
Рет қаралды 35 М.
How to create your own chatGPT in Flutterflow (updated version)
23:45
AI Built My App and It's INSANE! (Galileo, Claude, Cursor)
16:38
AI in practice
Рет қаралды 73 М.
Why Agent Frameworks Will Fail (and what to use instead)
19:21
Dave Ebbelaar
Рет қаралды 68 М.
How to show live Firebase data in your Flutterflow app
27:20
FlutterFlow
Рет қаралды 113 М.
РОДИТЕЛИ НА ШКОЛЬНОМ ПРАЗДНИКЕ
01:00
SIDELNIKOVVV
Рет қаралды 3,4 МЛН