Next video 👉🏽 Comments 💬 kzbin.info/www/bejne/qGeknJePm8SVoac Previous video 👉🏽Like Button ❤ kzbin.info/www/bejne/r5aoZoN-fad3pLM 💬 Chat App w/ Notifications • mitchkoko.gumroad.com/l/ChatAppMasterclass 📱 Flutter Masterclass • mitchkoko.app/ 🔥 I'm coding a startup.. www.patreon.com/mitchkoko 🔒Watch the FLUTTER AUTH PLAYLIST first: 1📱 Modern Login UI • kzbin.info/www/bejne/epmQlIeHf8yAY7M 2📱 Email Login & Logout • kzbin.info/www/bejne/lWS6Xn2rfrt5osk 3📱 Email Sign Up • kzbin.info/www/bejne/p525m2Bmq9WUjZI 4📱 Google Sign In • kzbin.info/www/bejne/Z4abkICnZraXjpY FULL PLAYLIST • SOCIAL MEDIA APP 📱 1 • The Wall • kzbin.info/www/bejne/r3uaooSur9Cbb6c ❤ 2 • Like Button • kzbin.info/www/bejne/r5aoZoN-fad3pLM 🥷🏽 3 • User Profile • kzbin.info/www/bejne/iqG6aKGCgZpqq7M 💬 4 • Comments • kzbin.info/www/bejne/qGeknJePm8SVoac ♠ 5 • Dark Mode • kzbin.info/www/bejne/bGfHm2qtpr2Zm6M 🗑 6 • Delete Posts • kzbin.info/www/bejne/aaDafp6HhZuGfsU 🐞 7 • Bug Fixes Let's talk on Twitter 🐦 twitter.com/createdbykoko/ ✌🏾
@royalwolves7010 Жыл бұрын
A chatting feature between two users 😊😊
@createdbykoko Жыл бұрын
@@royalwolves7010 i’ll be making a chat messenger app next 💜👌🏾
@royalwolves7010 Жыл бұрын
I really appreciate your work brother, you making learning so sweet and simplified ❤️✨
@herewegoeth Жыл бұрын
can make the users post an image, and also an option to make the users send you feedback about a post through your email 💜
@MuhammadAqib-qw6tm Жыл бұрын
Impressive...
@vchib1 Жыл бұрын
you should add features like: 1. adding users as friends and chat with them. 2. sharing images on wall. 3. and for user profile, add feature to pick profile picture
@gileadmukavale6482 Жыл бұрын
I had so much trouble learning flutter until I started watching your tutorials and recreating everything from scratch. I'm now on my intermediate level, courtesy of Mitch Koko. Thank you so much Sir. #consistency
@mrxarch Жыл бұрын
man, there's no way for me to explain how useful this is, keep it up man❤
@createdbykoko Жыл бұрын
Haha glad it helps you ❤ thanks for the comment it lets me know it’s useful for someone 🤗
@chintusharma111 ай бұрын
7:50 TextBox() class created ; 10:47 Future editField() is created; 13:00 TextBox() linked in ProfileScreen() class 15:11 showDialogBox to change value entered 17:50 Video get Ended
@DeltaGamingCrew Жыл бұрын
ur channel has saved my graduation project thx a lot bro
@createdbykoko Жыл бұрын
Hahaha nice ❤ what was the graduation project about?
@Kiki-cn3bxАй бұрын
I wish I had found your channel earlier, it would've saved me a lot of time. Great video.
@Rigobert99 Жыл бұрын
As always, you are killing it ❤
@createdbykoko Жыл бұрын
Thank u your comment means a lot to me!❤
@yapyh2872 Жыл бұрын
Could you please do a video on how to separate the difference between users? like if there is an admin panel content for staff and the general content for users... kinda like those ecommerce app with admin panel. Would be a great value tutorial, especially if you can keep it within a short video.
@sumirandahal76 Жыл бұрын
you deserve more subs, keep teaching us brother........!! peace !!
@createdbykoko Жыл бұрын
Glad you like it my bro welcome 💜 let me know if u need any help ✌🏽
@tihamshafi6402 Жыл бұрын
Simply..... Man you are the best. Hats off
@ebba2420 Жыл бұрын
Thank you, I have been waiting for this explanation for a long time
@muhammadmannan8621 Жыл бұрын
Hey Mitch! Awesome stuff! Could you show us how to add an option for posting a photo and integrating firebase storage? haven't found any good tutorials on how to build that type of social media mechanic. Like if a user wants to post a photo. 💜
@manziemmanuel8733 Жыл бұрын
hey Mitch I am tryna get the user data in my profile but I keep getting this error [type 'Null' is not a subtype of type 'String']. and it seems like it's in my stream builder.
@Hnnkrml Жыл бұрын
same here I need solution☹
@ayushtiwari67 Жыл бұрын
Can you fix this error please send me solution 🙏
@serkanozdemir7180 Жыл бұрын
same :(, did you solve?
@serkanozdemir7180 Жыл бұрын
ı change the userName to username and solved: MyTextBox( text: userData['username'], sectionName: 'username', onPressed: () => editField('username'), ),
@royalwolves7010 Жыл бұрын
I have been checking your page on an hourly base for updates 😩😩 …please when are you going to add the user personal chatting feature
@PthCreations Жыл бұрын
Great Tutorials, Mitch..
@createdbykoko Жыл бұрын
I hope it helps ❤
@moviezone1951 Жыл бұрын
you just saved me Boss, nice one, wish u added an image file to save with the profile
@gunjanginoya3023 Жыл бұрын
I think adding functionality to choose the wall (background) for the post and display the text as graffiti if possible I would like to learn that Please add this if it's possible You can add this functionality on a drop down view which will show the actual wall You can also add reactions
@miniHistoryforKids Жыл бұрын
sorry i tried your identical copied code but it gives me error : "type ''null" is not a subtype of type "Map" in type cast
@createdbykoko Жыл бұрын
Try deleting the data in your firebase. This error can happen because we made changes to the code and the data stored is a bit different. Lmk how it goes
@miniHistoryforKids Жыл бұрын
@@createdbykoko yes I will try because when I try to extract only the data of the current user it is not shown but if I try to show them all they come out perfectly with each field, do you know why?
@21izah Жыл бұрын
@@miniHistoryforKids you'll need to read from the user's document not all the documents
@ikkekun Жыл бұрын
@@miniHistoryforKids do you have any solution for this ?
@miniHistoryforKids Жыл бұрын
@@ikkekun add the "?" After the (?) And add the quik correction ex "data["Name"] change to data?["Name"] this fix my issues
@artem-ai Жыл бұрын
bro you are the best! Thanks a lot
@shashipuri8381 Жыл бұрын
Great Tutorial sir!!
@createdbykoko Жыл бұрын
I hope it helps u!!
@mmathems395 Жыл бұрын
Hi Mitch, Do you cover Firestore security rules anywhere please? Also, could you create a working example of Firestore's get(/databases/) function if you know how to set it up please?
@ICanDone Жыл бұрын
Hello sir, I have follow your tutorial on this video but can you add on changing the profile image feature? I have search and learn how to do it but I still unable to maintain the changed profile image, each time I reload or from other page back to the profile page, the profile image will display back the default image. I need to implement it for my academic purpose, please help me sir. Appreciate your help, thank you.
@kKevin0911 ай бұрын
What's the code for 'My Posts' inside the profile page? That part was skipped...
@moviezone1951 Жыл бұрын
hi Boss, after doing everything in this video the code work well i came back today and run the app just to find out the edit field is no longer working, the new value dont work on the app and also in firebase
@cheeazzam9345 Жыл бұрын
thank so much for this playlist.......can you do one to post videos??
@taranefarbodian8627 Жыл бұрын
It is possible to put the training of login and register with the Hive database ??🙏🙏🙏🙏
@Hussein-Damaari Жыл бұрын
Sir how can i fix null check operator can be used as null value please solve me sir thanks
@bardinatoras10 ай бұрын
I have been following all your tutorials. I have an issue. When I refresh or hot reload, my user is logged out. any thoughts?
@youneskhoya4332 Жыл бұрын
great work
@createdbykoko Жыл бұрын
Thanks i hope it helps u ❤
@kaungpyaehein110 Жыл бұрын
May I know Essential knowledges and languages needed to start as a Flutter Internship bro? Btw thanks for great tutorials.
@ikkekun Жыл бұрын
Why it says data not available ? it couldnt retrive my data in firebase. im quite confused why this happened ?
@y_pulse Жыл бұрын
Why don't u do backend course like providers bloc etc ...
@fidaussssss Жыл бұрын
Hi Mitch, hope you will reply :) If I want to implement the google sign in, how do i create username and bio for the user that is using google sign in?
@eddymunoz9803 Жыл бұрын
hi, when I click on the profile button nothing happens, help
@moviezone1951 Жыл бұрын
Pls man can u do a video on how to add image to this profile as you did on the name, and bio during sign up and show a way to edit it as you can edit d name and bio field😢😢😢
@JSquiff Жыл бұрын
I've gone throug this video twice and when I click the icon it doesn't open a dialogue box. It makes the sound and all my data is saving to firestore, no errors of any kind but nothing appears. ANy idea why this could be happening?
@JSquiff Жыл бұрын
Nevermind, I did a dumb, I forgot to change onPressed in my text box to onPressed
@variprogramacion2458 Жыл бұрын
onPressed: onPressed,@@JSquiff
@b612vitamini5 Жыл бұрын
Bro. your videos are so helpful. But not for advanced or intermediate level. Please take some videos for advanced level flutter tutorials.
@chintusharma111 ай бұрын
what if logined user don't have data in firestore the app will not work at all
@daydayjames Жыл бұрын
What's the next feature
@royalwolves7010 Жыл бұрын
Hello Mitch please I followed this video step by step but I get an error in my showDialog the context shows a red line underneath it , please can you help me out
@createdbykoko Жыл бұрын
What does the error say
@royalwolves7010 Жыл бұрын
The argument type ‘JsObject’ can’t be assigned to the parameter type ‘BuildContext’
@royalwolves7010 Жыл бұрын
I don’t know which social media you are active so that I can send you a picture … The error is on this line await showDialog(context: context,,, builder : (context) => AlertDialog()); The context that I placed three coma beside is what is giving me the error 😢 the red line are underneath it …please what can I do
@createdbykoko Жыл бұрын
@@royalwolves7010 nono, hover your mouse on the code with the red squiggle, it should tell u what the error is
@royalwolves7010 Жыл бұрын
The argument type ‘JsObject’ can’t be assigned to the parameter type ‘BuildContext’ …. This is the error
@AhmedMezu Жыл бұрын
you are professional 😮😮😮😮😮😮
@bhuwanvlogs7759 Жыл бұрын
Nice i want this can i use it in my video>
@mrsp7693 Жыл бұрын
Hi bro Facebook login video make please and Facebook app setup include please make this video
@yuzuru08 Жыл бұрын
Google Auth maybe? 🤷🏻
@createdbykoko Жыл бұрын
I already made that tutorial kzbin.info/www/bejne/Z4abkICnZraXjpY