Form Validation UI in FlutterFlow Tutorial

  Рет қаралды 31,793

FlutterFlow

FlutterFlow

Күн бұрын

Пікірлер: 44
@shahbazkhan-ek7hp
@shahbazkhan-ek7hp 5 ай бұрын
This explanation is awesome because not only does it teach how its done but also what not to do and they why behind it.
@SCLOUD3112
@SCLOUD3112 8 ай бұрын
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 4 ай бұрын
true
@XricheeX
@XricheeX 13 күн бұрын
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.
@gordonsrus
@gordonsrus 5 ай бұрын
I have worked with backend databases for many years but this tool enables me to do front end as well. The video instruction is very helpful.
@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?
@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.
@theolimourii4792
@theolimourii4792 Жыл бұрын
Great video please try to release new videos every week we would appreciate it
@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
@soupaulomorales
@soupaulomorales Жыл бұрын
Very well explained.👏
@user-yb1vo4ts7h
@user-yb1vo4ts7h 7 ай бұрын
Great explaination and step by step tutorial. Thankyou so much
@supern4ut3
@supern4ut3 3 ай бұрын
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 10 ай бұрын
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.
@mayankmishra1251
@mayankmishra1251 18 күн бұрын
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.
@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.
@renatodiaslima
@renatodiaslima 5 ай бұрын
Excellent video. How do you focus a textfield using an action in flutter flow?
@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?
@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 😂😂😂
@flutterflowexpert
@flutterflowexpert Жыл бұрын
Great video ;)
@SpurgeonB
@SpurgeonB 9 ай бұрын
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)?
@XricheeX
@XricheeX 12 күн бұрын
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.
@mohammedabdillah7418
@mohammedabdillah7418 Жыл бұрын
thats helpful there is a trick where i can do there by using hide and show more than one button with " if "
@tanujain2605
@tanujain2605 3 ай бұрын
Is it possible to prevent that Label from taking top left position
@Caden_Burleson
@Caden_Burleson Ай бұрын
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?
@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.
@MAXsystem1
@MAXsystem1 Жыл бұрын
Not good at all Rework the video Or reorganize the event in programming
@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
@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.
@louis-davidpaul-hus114
@louis-davidpaul-hus114 Жыл бұрын
thx
@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.
@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
@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
How to Dynamically Filter API Calls in FlutterFlow
14:54
FlutterFlow
Рет қаралды 41 М.
How to Execute API Calls
18:43
FlutterFlow
Рет қаралды 39 М.
小丑把天使丢游泳池里#short #angel #clown
00:15
Super Beauty team
Рет қаралды 48 МЛН
This Dumbbell Is Impossible To Lift!
01:00
Stokes Twins
Рет қаралды 36 МЛН
Ik Heb Aardbeien Gemaakt Van Kip🍓🐔😋
00:41
Cool Tool SHORTS Netherlands
Рет қаралды 9 МЛН
No Code App Development is a Trap
9:31
Coding with Dee
Рет қаралды 223 М.
How To Add Shimmer Effect to Your App (And Why You Should)
11:15
FlutterFlow
Рет қаралды 25 М.
Should I Use FlutterFlow For My Web App?
7:31
Ambitious Alim
Рет қаралды 9 М.
How2Build -Roles, Groups and Permissions in FlutterFlow
12:51
flexperts
Рет қаралды 14 М.
We Built an App in 24 Hours [No Code]
11:56
Raw Startup
Рет қаралды 424 М.
Master Flutterflow API Integration: Complete App Tutorial
34:08
just xolotl
Рет қаралды 7 М.
The Secret Science of Perfect Spacing
9:40
Chainlift
Рет қаралды 408 М.
Mastering Layouts in FlutterFlow
10:30
FlutterFlow
Рет қаралды 26 М.
#FlutterFlow - Google Play Store Deployment - 2023 Full Walkthrough!
28:58
The Digital Pro's NoCode Academy
Рет қаралды 10 М.
Электронный звонок #shorts
0:26
TheBestBike
Рет қаралды 627 М.
Мой новый мега монитор!🤯
1:00
Корнеич
Рет қаралды 8 МЛН
ноутбуки от 7.900 в тг laptopshoptop
0:14
Ноутбуковая лавка
Рет қаралды 4,2 МЛН
Новый фонарик в iPhone с iOS 18
0:49
Wylsacom
Рет қаралды 668 М.
Самый дорогой телефон 2000х
0:54
МАДНЕСС
Рет қаралды 2,5 МЛН