Пікірлер
@nidhis_videos
@nidhis_videos 4 күн бұрын
Thanks soo much ... lovely
@kapilchouhan9981
@kapilchouhan9981 14 күн бұрын
where we are storing the chat messages, is't use any database that is mongodb
@nadermahmudtabrizi7216
@nadermahmudtabrizi7216 15 күн бұрын
I'm sure if you had zoomed your display to make the codes more visible, you would have had more visitors ! It is nothing to see!
@lukmanalghdamsi3189
@lukmanalghdamsi3189 22 күн бұрын
i hate to be that guy but the music is distracting and annoying, it doesn't fit here in this type of videos, but you did good job
@abd4ll4h96
@abd4ll4h96 2 ай бұрын
Please add the like and comment and share methods , Beautiful tutorial bro i appreciate it
@parasjain8937
@parasjain8937 2 ай бұрын
Bro I am getting the same error and used all the configuration, but error is not going away
@k.t8174
@k.t8174 2 ай бұрын
I didn't know the widget, ListTile. thank you very much!
@SandeepSingh-jg9vr
@SandeepSingh-jg9vr 3 ай бұрын
how can i upload product image with this excel instead of url of the image
@MakiwaraWasHere
@MakiwaraWasHere 3 ай бұрын
This is very good series, thanks for all knowledge and your good effort.
@er.krishnanepal
@er.krishnanepal 3 ай бұрын
List part of missing code; delete if only checkbox is selected void deleteAll(List<Select> selectedList){ for(var i = 0; i<selectedList.length; i++){ if(selectedList[i].checkValue){ instance.doc(selectedList[i].id).delete(); print(instance.doc(selectedList[i].id)); } } }
@bosstech100
@bosstech100 3 ай бұрын
great. thanks
@KR_Technical-hj3bf
@KR_Technical-hj3bf 5 ай бұрын
my request you to please provide this application view
@InspiretoGrowth
@InspiretoGrowth 5 ай бұрын
Thanks Bhai ji
@InspiretoGrowth
@InspiretoGrowth 5 ай бұрын
Your work is awesome and want some please suggest so method to get job in Flutter I give some number of interview and I got selected in interview but they less amount of salary so how to solve this problem please explain
@NoshabaBooher
@NoshabaBooher 5 ай бұрын
thanks your vedio is very helpfull
@superpowerscholar2855
@superpowerscholar2855 5 ай бұрын
in this video, you didn't use the properties or advantages of typescript then why do you make file with tsx extension ?
@gautamsolanki3644
@gautamsolanki3644 5 ай бұрын
same kiya ek ddin hala badme socket connect hi nahi hota frontend me
@gautamsolanki3644
@gautamsolanki3644 5 ай бұрын
if use clients[targetid] means this event ony for reciver side get?
@gautamsolanki3644
@gautamsolanki3644 6 ай бұрын
complete whatsapp with backend please
@emmanuelsalihu9726
@emmanuelsalihu9726 6 ай бұрын
Good morning, i wanted to ask, how did you know that you were supposed to use http.MultipartRequest('PATCH', Uri.parse(url)) method in networkhandler.dart file, in the patchimage request. As there is poor explanation on how to use http.MultipartRequest on youtube, and even on google search(including medium), so how did you learn how to use the method and its properties, as there is poor explanation on the internet, do you have a place that taught you how to use all these methods or what? And its not only that method, there are several other methods and widgets you use in your code, how did you learn them?
@bcnghia
@bcnghia 6 ай бұрын
thanks sir
@SnapShots..
@SnapShots.. 6 ай бұрын
It being 3 years, still helpful
@SakibJaber
@SakibJaber 6 ай бұрын
Brothes please complete this playlist
@opinions256
@opinions256 7 ай бұрын
Did you ever finish the tutorial?
@frankmation
@frankmation 7 ай бұрын
The socket server it can be deployed ??
@PkRavidas20
@PkRavidas20 7 ай бұрын
Instagram clone Frontend Flutter Backend Python Please Sir ❤
@MD-nu5uo
@MD-nu5uo 7 ай бұрын
Amazing
@khushhalreddy7232
@khushhalreddy7232 7 ай бұрын
Big fan sir
@i5news919
@i5news919 7 ай бұрын
Bro How to upload Images , not url link
@SakibJaber
@SakibJaber 7 ай бұрын
please update github repo
@HamzaKhan-ix3gn
@HamzaKhan-ix3gn 7 ай бұрын
first of all you must should tell in this video what we are gonna do this in this series then you should start this series.!
@saltmediaandtechnologysolu8937
@saltmediaandtechnologysolu8937 8 ай бұрын
Thank you bro
@hashWorld-0
@hashWorld-0 8 ай бұрын
1:34:50 why uuse socket.on inside the onConnect listner i tried without onConnect but it still give me this same result
@shuaibalghazali3405
@shuaibalghazali3405 8 ай бұрын
Did you implement this same process of typing in id for your other phone
@DreamStreet2012
@DreamStreet2012 8 ай бұрын
Thank you. This gave a nice base for my chat that is based on MUI. Exactly what I was looking for.
@surabi96
@surabi96 8 ай бұрын
Amazing......................................😊👍
@q.ramthienghlimsanate5720
@q.ramthienghlimsanate5720 9 ай бұрын
Wonderful
@pagalworld8155
@pagalworld8155 9 ай бұрын
Too much great
@hashWorld-0
@hashWorld-0 9 ай бұрын
where the hell this master piece before thanks alottttttttttt
@hashWorld-0
@hashWorld-0 9 ай бұрын
thank u so much
@rudaseswathierry-e4l
@rudaseswathierry-e4l 9 ай бұрын
Much love from Africa dev please keep it up we want your tsap or discord contacts please
@MeetRasania
@MeetRasania 9 ай бұрын
I/flutter ( 9215): [firebase_auth/channel-error] Unable to establish connection on channel. hello i am getting this error can anybody help?
@طوسون-ب7ف
@طوسون-ب7ف 10 ай бұрын
rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { // Allow read/write access to all documents if the user is authenticated match /ToDo/{document=**} { allow read, write: if request.auth != null; } } } put this in rules if you got an error
@shivtejpisal4528
@shivtejpisal4528 10 ай бұрын
is the project working completely or is it left incomplete
@tusharwankhede7600
@tusharwankhede7600 10 ай бұрын
amazing bro thanks for clear explanation👌
@danielynoa9105
@danielynoa9105 10 ай бұрын
Thanks !!!
@danielynoa9105
@danielynoa9105 10 ай бұрын
👍
@gabrieledore1264
@gabrieledore1264 10 ай бұрын
Great tutorial bro!
@farahfrija6863
@farahfrija6863 10 ай бұрын
hello thank you for your efforts the repo doesn't contain the code can you update it plz and thank you