Flutter Tutorial - User Profile Page UI [2021] 1/2

  Рет қаралды 70,625

HeyFlutter․com

HeyFlutter․com

Күн бұрын

Пікірлер: 59
@HeyFlutter
@HeyFlutter Жыл бұрын
This might help you :) 👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com Source Code: github.com/JohannesMilke/user_profile_example
@yedielseyoumabebe808
@yedielseyoumabebe808 2 жыл бұрын
You are blessed Johannes. I am always, as usual blessed by your videos. I thank Jesus for giving me you sir.
@yedielseyoumabebe808
@yedielseyoumabebe808 2 жыл бұрын
Amen, in Jesus name.
@josephkamande4502
@josephkamande4502 2 жыл бұрын
How can I populate the text field with data coming from firestore so that I if I edit one field the rest will remain the way they were
@SAGskills
@SAGskills 3 жыл бұрын
how to validate uder profile image if user dont select image so its should display a message "please select an image .. how to do that?
@oletechcompany438
@oletechcompany438 3 жыл бұрын
How can i reflect changes on another screen when i am using willpopscope (How to pass data using willpop)
@TYNEPUNK
@TYNEPUNK 3 жыл бұрын
great but no edit mode?
@iUmerFarooq
@iUmerFarooq 3 жыл бұрын
Love your content ❤
@jessenjie6202
@jessenjie6202 2 жыл бұрын
how to give onPressed() function on the 3 buildbutton so they display different things?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Jessen Jie! Follow this link: www.tutorialkart.com/flutter/flutter-raisedbutton-onpressed/#:~:text=Flutter%20RaisedButton's%20onPressed%20property%20lets,for%20onPressed%20property%20of%20RaisedButton. I hope you will get your answer 🙂
@nashmiyyaalenezi3802
@nashmiyyaalenezi3802 3 жыл бұрын
Thank you I have benefited a lot from your work thanks .can I ask you do you have a video for Admin page
@ashrafmakandar3370
@ashrafmakandar3370 3 жыл бұрын
Please make a video on how to make custom shapes using custom clipper
@MuhammadAdnan-vs5cx
@MuhammadAdnan-vs5cx 3 жыл бұрын
Why you create more pages like app bar widgets is it good practice or not
@rod5751
@rod5751 3 жыл бұрын
Good question. I've adopted the practice of separating out the widgets same way as Johannes does and it makes things easier to manage. I've tried separating those out into new files, but then I have to pass references to controllers etc, and it just doesn't seem worth is unless it's a widget I can share.
@psybitcoin
@psybitcoin 3 жыл бұрын
Amazing content. Would love to see more about responsive design - how do you tackle this problem
@Ali-cb3xt
@Ali-cb3xt 3 жыл бұрын
+1
@harry_69
@harry_69 3 жыл бұрын
Hello sir I am using image_picker ^0.8.3+3 and i want to use pick an image to upload file to Firebasestorage but in the (UploadTask) i get error with XFile(The argument type 'XFile?' can't be assigned to the parameter type 'File') and i don't know how to solve it. Please help!
@SunGkd123
@SunGkd123 3 жыл бұрын
Excellent. Thank you so much for this tutorial. Eagerly waiting for the 2nd part
@SunGkd123
@SunGkd123 3 жыл бұрын
@@HeyFlutter yes 😁
@danielphil4976
@danielphil4976 3 жыл бұрын
Awesome tutorial , Please where's the next part 😭.
@GuillemPoy
@GuillemPoy 2 жыл бұрын
Your way of programming is sooooo woeird....! haha thanks for the tutorial!
@anamshaikh9982
@anamshaikh9982 2 жыл бұрын
Using wrong emoji 🙂 instead use this 😊
@warrentaba3836
@warrentaba3836 3 жыл бұрын
Thank you very much for this well organised and well explained code tutorial. Nothing to say, it's a very good job
@nikhilbadyal
@nikhilbadyal 3 жыл бұрын
Waiting for next part :-)
@iqbalanas8161
@iqbalanas8161 3 жыл бұрын
Thank You ! Appreciated your work .. it's quit helpful
@nichoyeah
@nichoyeah 3 жыл бұрын
What is the best IDE for Flutter? I am using android studio, but I think the support is limmited, compared to when I code in Java (surprise surprise)... but I was wondering which IDE supports Flutter the best? (Preferably compatible with windows)
@pallavidurugkar5812
@pallavidurugkar5812 2 жыл бұрын
Can you tell me how u can create build user in your this project
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Pallavi Durugkar! Follow this link: medium.com/codechai/firebase-user-authentication-using-phone-verification-in-flutter-c34dc0f7a9f8 I hope you will get your answer 🙂
@stunnaman8803
@stunnaman8803 3 жыл бұрын
Why didn't you create login and reg before the profile system
@bhupeshpattanaik7150
@bhupeshpattanaik7150 3 жыл бұрын
I like your accent 👌 ..... One question How to implement this : Take input a string using text field in one app (user side) and show that as a notification in other app ( admin side ) .... I am unable to implement popup notification in flutter 2.0
@bhupeshpattanaik7150
@bhupeshpattanaik7150 3 жыл бұрын
@@HeyFlutter thanks 😃
@sachindeveloperko8424
@sachindeveloperko8424 3 жыл бұрын
Beautiful UI 😍😍 #flutter
@TheGuysWhoCode
@TheGuysWhoCode 3 жыл бұрын
Thank you, we really appreciate your videos. Well simplified and educational.
@刘维兵
@刘维兵 3 жыл бұрын
helped me a lot
@mughalles
@mughalles 3 жыл бұрын
Thanks, I have a question: why do use sometimes a method and sometime a class (extends statelesswidget) for creating a widget?
@humancyyborg
@humancyyborg 3 жыл бұрын
@@HeyFlutter using a method increases the computational cost because the widget will have to be rebuilt at runtime.
@dat_ayigbenurse
@dat_ayigbenurse 3 жыл бұрын
No matter what i do, the profile image is not displaying in my Emulator or on my actual phone. What is causing this? I even used your source code for user preference and i still get the same experience
@dat_ayigbenurse
@dat_ayigbenurse 3 жыл бұрын
@@HeyFlutter I eventually resolved it. But is it possible I can retrieve these information from Firestone instead and update Firestone with it? If yes, can you make a tutorial or share a link on that? I'm learning a practicing at the same time. I'm a Newbie to coding.
@czogu5066
@czogu5066 Жыл бұрын
@@dat_ayigbenurse how did you make it work with displaying the foto?
@Ali-cb3xt
@Ali-cb3xt 3 жыл бұрын
I really appreciate your work, well done , thanks
@auliasabril1899
@auliasabril1899 3 жыл бұрын
Thankyou mike
@user-rc2nt1tb2u
@user-rc2nt1tb2u 3 жыл бұрын
Great tutorial man! Just a question is it necessary to create all these widgets for every single element? I'm new and I would appreciate it if anyone with an experience tells me👍🏼
@GulshanKumar-xh3pq
@GulshanKumar-xh3pq 3 жыл бұрын
Thank you. Bro
@mahmoudaziz4077
@mahmoudaziz4077 3 жыл бұрын
You are awesome 👏
@joellejoster3298
@joellejoster3298 3 жыл бұрын
What do you think you should do to "do not display the page once displayed" used in tutorials etc. in the Provider pattern?
@joellejoster3298
@joellejoster3298 3 жыл бұрын
@@HeyFlutter I checked the formula many times, but couldn't come up with an answer. The tutorial shouldn't be displayed the second time you open the app. Can you tell me which provider widget to use?
@hahnonimus
@hahnonimus Жыл бұрын
You know there's a problem when Milke doesn't say "Therefore" 😂😂😂 0:43
@HeyFlutter
@HeyFlutter Жыл бұрын
Thank you Hahn Onimus! 😂😂
@vincentrussellferrer3148
@vincentrussellferrer3148 3 жыл бұрын
Wonderful video! Please create a video on how to connect this to firebase
@elmarcabbarl2312
@elmarcabbarl2312 3 жыл бұрын
Excellent video. you must add join button for your channel
@MrArrex
@MrArrex 3 жыл бұрын
Hey I know you've done a tutorial on local_auth but can you do one on how to get it to show up everytime the app is used like in financial apps? Cause I have no idea how and I don't think anyone online has addressed this. It's always basic stuff like use your fingerprint to get to this page.
@MrArrex
@MrArrex 3 жыл бұрын
@@HeyFlutter that only works on first launch though... I'm talking about like you put the phone to sleep then you go back to it... Anytime you go to the app. Like even if you are still on the app and your phone goes to sleep, to wake it up on the app you need to fingerprint
@jessenjie6202
@jessenjie6202 2 жыл бұрын
for beginners maybe ends with UI first then all the methods inside 😅 its pretty hard to follow, thankyou
@jessenjie6202
@jessenjie6202 2 жыл бұрын
buildEditIcon(color) the color text is undefined although i already make build edit icon widget like you did with color.
@kazemob
@kazemob 3 жыл бұрын
Sumptuously
@TrikNgonlen
@TrikNgonlen 3 жыл бұрын
waiting for Flutter Tutorial - User Profile Page UI [2021] 2/2... ^_^
@TrikNgonlen
@TrikNgonlen 3 жыл бұрын
Love...love...love...
@munawir7013
@munawir7013 3 жыл бұрын
BEST
@muhammadsaadmansoor7777
@muhammadsaadmansoor7777 2 жыл бұрын
monotone.i would like to know how many people stuck till 5 minutes in this video
Flutter Tutorial - User Profile Page UI 2/2 Dark Mode Switch Animation
15:38
[BEFORE vs AFTER] Incredibox Sprunki - Freaky Song
00:15
Horror Skunx 2
Рет қаралды 19 МЛН
Why no RONALDO?! 🤔⚽️
00:28
Celine Dept
Рет қаралды 115 МЛН
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 574 М.
Flutter Tutorial - GridView VS Staggered GridView | With Dynamic Height
10:39
Flutter Tutorial - App Settings Page UI | Flutter Settings Screen
11:09
HeyFlutter․com
Рет қаралды 43 М.
Welcome, Login, Signup Page - Flutter UI - Speed Code
24:32
The Flutter Way
Рет қаралды 667 М.