Тёмный

💬📱Chat Messenger App • Full Tutorial from scratch / Flutter x Firebase 

Mitch Koko
Подписаться 131 тыс.
Просмотров 122 тыс.
50% 1

Опубликовано:

 

2 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 395   
@createdbykoko
@createdbykoko Год назад
💬 Chat App w/ Notifications • mitchkoko.gumroad.com/l/ChatAppMasterclass 📱 Flutter Masterclass • mitchkoko.app/ 🔥 I'm coding a startup.. www.patreon.com/mitchkoko What should I code next? 💜🔥 Let's chat on: 🐦 TWITTER • twitter.com/createdbykoko/ 📱 INSTAGRAM • instagram.com/createdbykoko/ ✌🏾 If you need more help on the authentication part, check out my auth playlist: 🔒 FLUTTER AUTH PLAYLIST: 1📱 Modern Login UI • ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-Dh-cTQJgM-Q.html 2📱 Email Login & Logout • ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-_3W-JuIVFlg.html 3📱 Email Sign Up • ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-qlVj-0vpaW0.html 4📱 Google Sign In • ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-1U8_Mq1QdX4.html I hope this helps you 💜 happy coding!
@mohamedadan8552
@mohamedadan8552 Год назад
Could you make a game using game console template flutter with flame
@thelmailechukwu
@thelmailechukwu Год назад
A music 🎵 app?
@thisiswhatyoudid
@thisiswhatyoudid Год назад
Hey mitch, i think make tutorial how to use library getX is good bcs soo simple for newbie than provider
@RAJPATEL-ir7ly
@RAJPATEL-ir7ly Год назад
bro make a buy and sell app for old stuff for college students
@ettitaiwo1642
@ettitaiwo1642 Год назад
music app
@arslanrasit
@arslanrasit Год назад
We reeeaaally need a video about state management
@createdbykoko
@createdbykoko 9 месяцев назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-uQuxrZE2dqA.html
@abdelouahebbenouar6157
@abdelouahebbenouar6157 Год назад
Does the receiver get messages in real time (does he need to refresh the page?
@flashsters
@flashsters 11 месяцев назад
It's a cool chat app, but want if you want to delete a message.🤔🤔🤔🤔🤔🤔
@gandalfgrey91
@gandalfgrey91 6 месяцев назад
I haven’t even watched the video yet but you’d have to give every message an id so that you can dispatch a delete request.
@sumirandahal76
@sumirandahal76 Год назад
Hey mitch Could you please teach us more about state management like providers in much more detail. Thank you for quality content mitch. Purple heat💜
@createdbykoko
@createdbykoko 9 месяцев назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-uQuxrZE2dqA.html
@tangenimatheus1971
@tangenimatheus1971 7 месяцев назад
Hi mitch i am having difficulties Fetching the messages from firebase for each chatroom, how ever i did everything you did and explored AI for help but i failed. I need help.
@mohammadasadullah7890
@mohammadasadullah7890 9 месяцев назад
💜 Great video! I have a problem in creating a new user from the app. I don’t know what is missing. It would be good if you could help me.
@createdbykoko
@createdbykoko 9 месяцев назад
hey you can create a new user from the register page. did you fix this?💜
@mohammadasadullah7890
@mohammadasadullah7890 9 месяцев назад
@createdbykoko no I didn't fix it
@fritzmarsden5707
@fritzmarsden5707 8 месяцев назад
Mitch, can you make a list or a playlist of all your projects that use Provider for state management. If not could you start to put it in your description, as it helps when I want to just plough through your videos that contain a particular thing that I need to practice.
@Austin-z1d
@Austin-z1d 10 месяцев назад
Please help i can't differentiate sender's chat bubble container color from mine Chat Buble container color, please help
@abonyizion3828
@abonyizion3828 3 месяца назад
I can help with that , just creat a Boolean to keep track of current user and other user
@Jaaagan-q9l
@Jaaagan-q9l 10 месяцев назад
Hey man, my friends are creating a project like grab wherein you can book a ride. I want to create a messaging feature where both the passenger and the driver can communicate. can i implement this project in our project?
@infinity_technologies
@infinity_technologies Год назад
Next you do the group chatting in this app and also remove the chats we don't use and a search button for search the chats and a global search for new chats at last a deleting the chats and messages
@createdbykoko
@createdbykoko Год назад
Good idea 💜
@Rigobert99
@Rigobert99 Год назад
Much love ❤❤. A model of mine. It's said that we should have a model to inspire ourselves from . In this particular flutter case, Mitch you are my model 😊😊😊😊😊. Keep feeding your community with such content and i promise we will reach 100k soooooonnn
@createdbykoko
@createdbykoko Год назад
thank you, I know you are a long time supporter. I really thank you and your words mean a lot to me 💜 how is flutter going for you nowadays?
@Rigobert99
@Rigobert99 Год назад
Going slowly but surely , i am having a lot of fun 😊😊. Thank you Mitch
@youssefhelwa8312
@youssefhelwa8312 Год назад
Great video Mitch! I have a question, what is the point of using Provider for accessing services function when you can call the functions directly via class name?
@kashaf8863
@kashaf8863 10 месяцев назад
Provider is a state management
@createdbykoko
@createdbykoko 9 месяцев назад
For simple apps like our one, you don't have that many pages so you can call the function directly via class name. But as you have more pages, state management becomes essential, so provider will be helpful for that. For reference, here's the provider tutorial: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-uQuxrZE2dqA.html 💜
@kashaf8863
@kashaf8863 9 месяцев назад
@@createdbykoko Hy Mitch can u plz make video on how we add pics and documents on firebase storage ang cloud firestore
@prathamgangwal1735
@prathamgangwal1735 Год назад
Bro one video for push notifications too please created an chat app now getting notification is what i want to learn ! and only you can make things easy to understand 😅😅
@ghulammurtaza7959
@ghulammurtaza7959 Год назад
That's great but please add more features like sending images video, show user last seen and also add if the user has seen the message or not
@createdbykoko
@createdbykoko Год назад
yep sure. Just the chatting function itself is a 40 minute video haha. I will work hard to produce more
@ghulammurtaza7959
@ghulammurtaza7959 Год назад
@@createdbykoko that's good also add push notifications
@createdbykoko
@createdbykoko Год назад
@@ghulammurtaza7959 ah yes ofc. Notifications good idea
@chepurisaivignesh
@chepurisaivignesh Год назад
@@createdbykoko push notifications tutorial from you would be 🔥
@stanleyvudikala
@stanleyvudikala Год назад
@@createdbykokoyes! Please implement push notifications
@karolkrakowski9263
@karolkrakowski9263 Год назад
I really wanted to start my Flutter journey with some working projects, and your tutorial proved to give me the most useful information in the shortest span of time. Thank you! The (Legendary) Purple Heart 💜
@createdbykoko
@createdbykoko 9 месяцев назад
I am glad I could help you! 💜How is flutter going for you these days?
@divinemacdonald1675
@divinemacdonald1675 10 месяцев назад
💜 Can you add like a notification to show that you were sent a message?
@cameron8791
@cameron8791 Год назад
Hey mitch can you please extend this tutorial and show how to display unread messages to the receiver and possibly do push notifications
@createdbykoko
@createdbykoko 9 месяцев назад
💜noted
@ryllegend7353
@ryllegend7353 4 месяца назад
How to limit home page to only chat users not want to show all users
@pushpendra10001
@pushpendra10001 Год назад
Hii brother is it worth it to learn flutter in 2023 ? please answer yaar
@createdbykoko
@createdbykoko Год назад
It’s the best time to learn flutter ❤ start now
@natnaelgetu
@natnaelgetu Год назад
when a keyboard is appeared it will be overflow bottom try to correct that , the rest is awesome
@rakshithgowda8782
@rakshithgowda8782 11 месяцев назад
Push notifications not added
@StackJumper-u7w
@StackJumper-u7w 9 месяцев назад
Hey Mitch, Really super video! I also watched your video on sending push notifications from FCM. I had a couple of questions. For example if I wanted to send a message to a group of people that their table is ready would I use FCM or chat messenger? I'd want to make sure they received the message even if their app was minimized. Facebook messenger and What's app give notifications even when minimized so I'm confused if they use something like FCM or it's a chat feature? Thanks a bunch!
@createdbykoko
@createdbykoko 9 месяцев назад
it would be something more similar to FCM and just notifications in general 💜
@mohammedrayan5528
@mohammedrayan5528 10 месяцев назад
Is it a real-time app. Can two people actually chat with each other through their email id
@createdbykoko
@createdbykoko 10 месяцев назад
Yup
@gauravkumar-bs3pf
@gauravkumar-bs3pf 11 месяцев назад
💜💜💜💜💜💜💜💜💜💜💜💜💜💜💜💜💜💜💜💜💜💜
@1786martin
@1786martin Год назад
Hi Mitch, could you code a reservation app? Using a calendar view for months and show the reservations either as a list or on the calendar. Each event a different colour and editable by clicking on it. E.g. a booking of a hotel room.
@createdbykoko
@createdbykoko Год назад
yep okay noted 💜
@chiprecious9012
@chiprecious9012 10 месяцев назад
i cant find the repo for this chat app. i need it please @@createdbykoko
@WetSockConsumer
@WetSockConsumer Год назад
With this kind of content, you deserve millions of subscribers. Keep up the good work ❤
@createdbykoko
@createdbykoko Год назад
thank you! your words mean a lot to me 💜 how is flutter going for you these days?
@WetSockConsumer
@WetSockConsumer Год назад
@@createdbykoko Fairly well, all thanks to you : )
@mo_shuqair
@mo_shuqair 3 месяца назад
Thank you. I came to check the design of the collections and found that you implemented the same solution that I thought of 😀, but I have a question regarding your use of the Provider in the Auth Service. Why did you use it? In this application, you did not need notifylisteners, if it was a normal class. Will anything change?
@loloof64
@loloof64 4 месяца назад
Thank you very much for this tutorial. Did you also make a video on flutter application architecture ? Because I like very much your organisation style. Also, it seems that you forgot to release the TextEditingControllers when done with them.
@WanderWiseAdmin
@WanderWiseAdmin 5 месяцев назад
Thanks for the amazing tutorial :) I'm trying to create a page where it fetches all chat history for the current user. The problem I'm facing is that I cannot fetch any chat documents. I think this is because the chatRoomId is custom built using userId and otherUserId. Any ideas?
@MemesBook.2024
@MemesBook.2024 Год назад
Hey mitch when ever i try to send message it gets blanks in chat page but the collection is stored in firebase
@navasjaseer3386
@navasjaseer3386 Год назад
Its because your model class timestamp variable is not correct , try to remove the timestamp from the code then run the code
@MemesBook.2024
@MemesBook.2024 Год назад
@@navasjaseer3386 Okk brrroooo 😚😚
@MemesBook.2024
@MemesBook.2024 Год назад
@@navasjaseer3386 i tried not working still the same error
@navasjaseer3386
@navasjaseer3386 Год назад
@@MemesBook.2024 did you remove timestamp from fetching the messages
@MemesBook.2024
@MemesBook.2024 Год назад
@@navasjaseer3386 yesss
@vikrantt22
@vikrantt22 5 месяцев назад
after importing cloud_firestore the blue dots appears under firetore word in the code and on hovering it says firestore is an unknown word. This is the issue regarding import statement in VS code can anyone help me to solve this.
@TheMonkey987654321
@TheMonkey987654321 3 месяца назад
Does anyone else have an issue with the messages displaying once sent? I am using a windows computer and emulating through Chrome, so I wonder if that is the issue.
@suhaibkamaruzaman6219
@suhaibkamaruzaman6219 9 месяцев назад
Thank you! This help me a lot. But can you make a video about a chat app with voice recording feature😄😄
@shreya_dabhi
@shreya_dabhi 8 месяцев назад
can someone please tell me what is the meaning of this... while adding a doc in store... userCredential.user!.uid syntax means?
@muhammadhassan4289
@muhammadhassan4289 Год назад
hey mitch, its the best chat app tutorial uptil now, can u please add like if a user has got a new message from a user, he should be shown at his homepage a count value that 1 message is new or something like that. Btw, keep up this good work
@createdbykoko
@createdbykoko 9 месяцев назад
noted💜
@ShaikhMasud19
@ShaikhMasud19 Месяц назад
Bro hp logo is coming on right side(it is in your video also), and machine time is also get incorrect automatically , any solution?
@AI913
@AI913 8 месяцев назад
I wonder how to implement a phone call function, with or without video. Is it possible without a phone number?
@FlutterCoder-yo5dx
@FlutterCoder-yo5dx 3 месяца назад
I have A problem when I tap on Sign In button it shows 'channel error' If some one have Idea what could be the error then let me know
@coderdave2317
@coderdave2317 2 месяца назад
What if I want to create a group chat which has several members?
@laminothiam9912
@laminothiam9912 7 месяцев назад
Hey i have a question, can we use realTime dtabase instead of cloudfire store?
@AbdelwahedEloued
@AbdelwahedEloued 4 месяца назад
I like how organized your code is, unlike other youtubers. helps me learn to organize cuz I'm way too messy.
@PardeepKumar-im6ij
@PardeepKumar-im6ij 6 месяцев назад
hello sir senderEmail main when user send the message but here is show uid not getting the userEmail
@isrealemmanuel-l7o
@isrealemmanuel-l7o Месяц назад
thanks flutter lord, please can you make a tutorial on video call.
@richard2845
@richard2845 8 месяцев назад
your app does not subscribe to remote change when the other side of user push new messages
@Gamerdudevk
@Gamerdudevk 7 месяцев назад
Bro build message item function not working for me can u help
@charlierussell7260
@charlierussell7260 5 месяцев назад
Is there any chance you can do a more advanced chat app as a direct continuation from this? Including things like push notifications, unread message markers, home_page.dart sorted by who messaged last, etc. Great work of course Mitch!!!
@sagarvadnala7162
@sagarvadnala7162 8 месяцев назад
My Massages are not visible in chat page but i can see messages in my firebase database
@ghassanalkaraan
@ghassanalkaraan Год назад
YAY!! My first chat app ever ! It was challenging for me, but I was able to understand everything ! Now, I will go for more tutorials... Thanks !!
@createdbykoko
@createdbykoko 9 месяцев назад
Congrats good job!!! 💜 keep it up
@akz2430
@akz2430 Год назад
Hi, I have a simple question about Firebase DB, can it be used in e-commerce applications such as the restaurant application? Big love ❤
@victordziedzorm
@victordziedzorm Год назад
Yes
@createdbykoko
@createdbykoko Год назад
yup
@mmathems395
@mmathems395 8 месяцев назад
I haven't watched this yet, but does this tutorial cover unread messages? I'm seeking the way of covering badge number for iOS notifications, and unread messages seems to cover a part of the journey.
@PrathamGangwal-fm7nz
@PrathamGangwal-fm7nz 5 месяцев назад
can anyone tell me how to implement image sharing in chat in this app !??
@AshishKumar-ii7sg
@AshishKumar-ii7sg 8 месяцев назад
Hey Mitch, it would be very helpful if you would guide me through the state management using Provider.
@createdbykoko
@createdbykoko 8 месяцев назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-uQuxrZE2dqA.htmlsi=nT8ln325ivGJNRsN
@GeorgiGanev-m5r
@GeorgiGanev-m5r 7 месяцев назад
Hey Mitch i have problem with the sending messages. When i send message and switch the chat it send the message to the other user as well, but when i log in the account in which i send message it doesnt have messages. Can u help me?
@createdbykoko
@createdbykoko 7 месяцев назад
If you followed the steps correctly it should work but for your reference I have made an updated tutorial ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-5xU5WH2kEc0.htmlsi=IAVNocEKSSlehaks
@BurtonJohnson-lg7ol
@BurtonJohnson-lg7ol Год назад
The FirebaseAuthExceptions being caught in AuthService, which in turn throw an exception, don't seem to be caught by the catch clauses in login/register. In other words, if I try to login in as an non-existent user, I don't get a SnackBar with the message, the throw halts execution of the program.
@createdbykoko
@createdbykoko 9 месяцев назад
did u fix this? 💜
@Faneshnsh
@Faneshnsh Год назад
Hi I like ur videos so much you helped me a lot to learn flutter I really don't know how to thank you, I am very glad that I saw ur fantastic channel 😁😊💜. By the way in ur previous chess video u didn't include the assets in the description but it's ok I can download assets from the internet but next time please include the assets in the description or in a comment it will be helpful u don't need to give us all the source code, the assets only will be fine.
@createdbykoko
@createdbykoko 9 месяцев назад
💜💜💜
@_say__my_name03
@_say__my_name03 11 месяцев назад
this is my first video of flutter and now i hv already learned so much thanks mitch 🤟
@createdbykoko
@createdbykoko 9 месяцев назад
wow first video haha good job! how is flutter going for you these days? 💜
@chavibhatia8693
@chavibhatia8693 5 месяцев назад
Sir there is an error in the home page stating that type null is not a subtype of type string,could you please tell the solution..
@abonyizion3828
@abonyizion3828 3 месяца назад
Go to your medel class and add a ? To receiver email, and ensure to add tostring in the list tile
@Austin-z1d
@Austin-z1d 9 месяцев назад
Push notification
@Kaachii
@Kaachii 7 месяцев назад
Good day Mitch. Can the instance of the AuthService be used in 17:04 instead of using provider? If not, can you please explain why? I am a beginner in flutter. Thank you.
@oussamasbisiane4544
@oussamasbisiane4544 Год назад
I don't understad why option:defaultFirbaseOptions.currentPlateform doesnt show up and when I wrote it problems apear plus what's the rule of it ,is it okey if i avoid it ?
@mulindakevinbruce8773
@mulindakevinbruce8773 6 месяцев назад
hello, asking bout the link to that firebase authentification
@mustaphamaulid2541
@mustaphamaulid2541 Год назад
Hey bro there some error that i have each day about "no firebase app '[default]' has been created - call " and I always you see in your video there some dart file you don't show us how you solve it you name it "FIREBASE_OPTIONS.DART" since in your the wall video and until now I fail to solve it can you help me
@ravneetsingh9990
@ravneetsingh9990 Год назад
i am also building this app side by side but my app dis not displaying messages on the screen after sending message, idont know what is wrong in the code , i have rechecked it over 100 times and i am really getting frustrated. please help
@priyanshugupta1766
@priyanshugupta1766 Год назад
please reply i am facing same error
@AntonR00lS
@AntonR00lS Год назад
@@priyanshugupta1766 same here
@navasjaseer3386
@navasjaseer3386 Год назад
@@priyanshugupta1766 any solutions
@mohammadtubeshat8700
@mohammadtubeshat8700 Год назад
I faced the same problem and challenges there is something missing in the code
@vitthalverma6147
@vitthalverma6147 Год назад
i am facing same any solution?
@MustafaTurgut-nz1xd
@MustafaTurgut-nz1xd Год назад
first time building a chat app , it feels amazing!! Now im gonna improve it and then show it to my friends :DDD Thank you so much for the video
@createdbykoko
@createdbykoko 9 месяцев назад
how did it go?💜💜
@redplayergaming4688
@redplayergaming4688 Год назад
Source Code?
@aadityashah829
@aadityashah829 Год назад
Now i am happy that my internet bill is worth paying. Hi koko, woukd you please make tute on provider?
@jy_maloba
@jy_maloba Год назад
This is amazing, These videos are really helpful. I'm currently learning Dart and Flutter. Can you create a bus tracking app? 😁Also how did you get so good?
@createdbykoko
@createdbykoko Год назад
yep okay noted 💜 I learned by creating simple apps and slowly building up the complexity! I still have a long way to go haha
@ashwanikaushal4240
@ashwanikaushal4240 Год назад
can you create some tutorial on delivery app, using map services like Uber, with proper tracking system
@0000z2
@0000z2 Год назад
the real world apps are functioning based on application server instead of coding everything inside the app............would u do server based app for us?
@inaamulhaq9111
@inaamulhaq9111 Год назад
I am your big fan. Can you please make an chatApp in Flutter with ObjectBox? Please
@leonardopolygloto2001
@leonardopolygloto2001 2 месяца назад
Hi mitch currently having an issue i followed the same steps as yours in build the app, but mine was working without showing the messages i was sending
@leonardopolygloto2001
@leonardopolygloto2001 2 месяца назад
Please @mitch kindly help😢
@createdbykoko
@createdbykoko Месяц назад
Hey did u fix it? Try rebuilding it, especially after adding new packages it requires rebuild
@DailyFXsignal
@DailyFXsignal Год назад
Please I have a question about the back end video you uploader. Please for flutter which backend language should I learn?
@cossamkabaghe3195
@cossamkabaghe3195 Год назад
your mode of delivery is intuitively awesome Bro....keep it lit 🔥
@createdbykoko
@createdbykoko Год назад
Thank you. Your words mean a lot to me 💜
@johnwendellsenados7878
@johnwendellsenados7878 10 месяцев назад
may i know why is my messages not showing in the chatpage even thought every line of code is fine
@tennisbey
@tennisbey Год назад
NICEEE, just continue this kind of tutorials man, this was really detailfull and not a empty dummy :D
@createdbykoko
@createdbykoko 9 месяцев назад
💜
@vigneshs8252
@vigneshs8252 8 месяцев назад
Please let me know if you take up freelance work
@irfanganatra537
@irfanganatra537 Год назад
I am a teacher and learning flutter.... I like the way you make code easier....
@createdbykoko
@createdbykoko Год назад
Nice!! you are a teacher. I respect teachers haha 💜 I love being simple, so I can understand myself
@aronejerome
@aronejerome Год назад
Hello. How about when you click the chat bubble . The timestamp will display. Then sending chat realtime
@mahdinaji4751
@mahdinaji4751 Год назад
Very good tutorial! thank you bro. ❤❤ Please i need How to create a Video Player from url.
@pascalh2469
@pascalh2469 Год назад
Hey, mitch, can you help me? i am right before the chat function part and when i try to start the app i get this error: The following _TypeError was thrown building StreamBuilder(dirty, state: _StreamBuilderBaseState#d2d2a): type 'Null' is not a subtype of type 'String' The relevant error-causing widget was: StreamBuilder StreamBuilder:file:///C:/Users/Ragna/AndroidStudioProjects/anonymous_chat/lib/pages/home_page.dart:42:12 seems like the doc i give to the function is null, but dont know why or how to fix it
@josephdumon6052
@josephdumon6052 Год назад
Can you create a tutorial re fetching data from an MS SQL server? Platform would be Windows and Web.
@umutcanargun5108
@umutcanargun5108 9 месяцев назад
Sir, you have done a great app, but, I couldn't find the source code. Where or how can i find it?
@ashwinnandihalli3961
@ashwinnandihalli3961 11 месяцев назад
This is super helpful. Thank you. Question 1: Do you have any tutorial on firebase emulator? especially using emulator with real android devices? Use case is I want to give the chat app to 2 people in the room and ask them to chat and check on emulator and tweak it Question 1: When to use firebase Realtime database? example if i want to show that other person is typing do i need to use fire store or Realtime DB?
@jonasmartha7992
@jonasmartha7992 Год назад
can you please provide source code
@АрсенийКудрявцев-и2н
its so unusual not seeing your face in video 😄 But still so cool to watch, im learning by your videos, thank you so much!
@createdbykoko
@createdbykoko Год назад
haha do you prefer the face in the video? takes me longer to produce 🤣
@АрсенийКудрявцев-и2н
@@createdbykoko yeah, it’s just feels more cozy, I think)
@thatolebethe8069
@thatolebethe8069 Год назад
how would you add notifications for this app, like notify users when there is a message
@wittywidgets
@wittywidgets 11 месяцев назад
hey mitch, hope this find you well! i think we should work on sorting! timestamp sorting is not that much helpful.
@mohammadtubeshat8700
@mohammadtubeshat8700 Год назад
Hi mitch, I do it as you do it, but the messages do not appear what do you think!
@vitthalverma6147
@vitthalverma6147 Год назад
you have any solution bro?
@MemesBook.2024
@MemesBook.2024 Год назад
Same broooo Same thing is happening with me 😢😢😢
@MemesBook.2024
@MemesBook.2024 Год назад
​@@vitthalverma6147Hey vitthal do you got any solutions ??? if yes 😊please help me too
@navasjaseer3386
@navasjaseer3386 Год назад
​@@MemesBook.2024 please remove the timestamp from code
@MemesBook.2024
@MemesBook.2024 Год назад
@@navasjaseer3386 I tried it not worked still same error showing up
@kushalsaxena2857
@kushalsaxena2857 11 месяцев назад
can u plz help me i have written the code of home.dart & chat_page.dart their is no error in my code still the users are not visible on the home screen plz help me in this
@bentalla
@bentalla 4 месяца назад
Great; Tkx you really helpful
@Codepotatoes
@Codepotatoes Год назад
Your tutorials are easy to follow. Thank you for existing
@createdbykoko
@createdbykoko Год назад
Glad u like it haha lmk if u have any problems 💜
@connectSanjayMali
@connectSanjayMali Год назад
@Hey Mitch, You been doing great stuff. Have you ever thought of playing around with web + apps.
@anassa6737
@anassa6737 11 месяцев назад
how i can get status code in login and register how i can add name column on sign up ???
@supratik93
@supratik93 Год назад
Hey koko, can u make a lacture on realtime api calling through bloc, ex-weather api.
@meganova609
@meganova609 Год назад
Vro I made a very complex app and I need ur help tell me how can i reach u?
@pranavk1256
@pranavk1256 9 месяцев назад
I don't usually comment, but, I just wanted to take a moment to say these videos are awesome and super helpful... you deserve millions of subs for this bro 💜 also I can't get the messages to display once they are sent, i.e, 37:00 please help me :(
@batyrashyrov9917
@batyrashyrov9917 5 месяцев назад
Me too. did you solve it?
@ashiqnuaiman
@ashiqnuaiman Год назад
Hey Mitch, could you start going flutter and appwrite route? 😁
@createdbykoko
@createdbykoko Год назад
Yes I plan on exploring other backends like appwrite! Do you like it?
@ashiqnuaiman
@ashiqnuaiman Год назад
@@createdbykoko yes I am currently using it to build my app. It is so much better for getting into production. Firebase is theory project only 😅
@batyrashyrov9917
@batyrashyrov9917 5 месяцев назад
Did you published its source code?
@prajwalvsangam9234
@prajwalvsangam9234 9 месяцев назад
Very helpful, thanks! 💜
@createdbykoko
@createdbykoko 9 месяцев назад
no worries. How is flutter going for you these days?💜
Далее
Провал со стеклянным хлебом…
00:41
Учёные из Тринидад и Тобаго
00:23
#kikakim
00:10
Просмотров 12 млн
🖥📱RESPONSIVE DESIGN • Flutter Tutorial
8:03
Просмотров 288 тыс.
Flutter Course: Firebase Chat App
31:22
Просмотров 25 тыс.
Top 30 Flutter Tips and Tricks
6:50
Просмотров 559 тыс.
Power Apps Model Driven Apps FULL COURSE for Beginners
3:23:34
Flutter Engage
3:58:21
Просмотров 1,9 млн
The Value of Source Code
17:46
Просмотров 41 тыс.
📱DOPE Introduction Screens • Flutter Tutorial ♡
12:08
10x Your Speed With Flutter
8:04
Просмотров 50 тыс.