#Google

  Рет қаралды 40,656

Mobile Programmer

Mobile Programmer

Күн бұрын

Пікірлер: 131
@braysonjohn2924
@braysonjohn2924 4 жыл бұрын
You have reserved place in heaven.
@ericjohnson1329
@ericjohnson1329 2 жыл бұрын
Excellent video
@MobileProgrammer
@MobileProgrammer 2 жыл бұрын
Thankyou.
@josephjoey3904
@josephjoey3904 4 жыл бұрын
How to add notifications on new message, open directly if app is in background and badges too? Great video
@jiren8991
@jiren8991 4 жыл бұрын
use firebase push notification, make a db of messages in firestore and then on every change in that db do generate a push notification
@josephjoey3904
@josephjoey3904 4 жыл бұрын
@@jiren8991 without using firebase, any other options? Cloud functions could cost a lot. I plan on using my own server
@RahulPatil-bc5xi
@RahulPatil-bc5xi 4 жыл бұрын
@@jiren8991 any other option please?
@adityachaudhary6729
@adityachaudhary6729 3 жыл бұрын
@@josephjoey3904 if you are using nodejs as your backend server.Then install a package firebase-admin this will help you to push notification or you can use gcm package for pushing notification.
@turkkent123
@turkkent123 3 жыл бұрын
bro your tutorial is great and very helpfull, i have seen a couple of bad intentioned critisim and i see that you are very humble person by your replies :) i rarely comment on videos but i wanted to support you so keep up the good work !!!!!
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
Thankyou so much for your support and encouragement. Stay safe.
@Ologsbaba
@Ologsbaba 2 жыл бұрын
really helpful thanks
@paulobreim
@paulobreim 4 жыл бұрын
Very nice
@clashoftroopers4545
@clashoftroopers4545 4 жыл бұрын
Good tutorial keep up the good work.
@kavithag.s1742
@kavithag.s1742 4 жыл бұрын
Superb Great tutorial
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
Glad you liked it
@hadirahmani7943
@hadirahmani7943 Жыл бұрын
thanks so much
@MobileProgrammer
@MobileProgrammer Жыл бұрын
You are welcome
@vnreddyv9614
@vnreddyv9614 3 жыл бұрын
Excellent thank u Sir !
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
You are welcome
@robertosousa2418
@robertosousa2418 4 жыл бұрын
Nice!! Thank you tutorial great
@IronStone011
@IronStone011 3 жыл бұрын
Thank you for the great video was very helpful to me also may you please update socketiochatdemo file in source code
@tabaicanking3701
@tabaicanking3701 4 жыл бұрын
thanks for the tutorial
@muhammadchandrazulfikar9813
@muhammadchandrazulfikar9813 4 жыл бұрын
Man this is great!!!
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
if you find my videos useful, please subscribe and support. Thanks.
@yumie9965
@yumie9965 4 жыл бұрын
Quick question: Is it better than using FIREBASE? if so, why? Haven't checked the whole video yet though
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
Yes. But it is not completely free, there is a limit for free account.
@ellively7887
@ellively7887 4 жыл бұрын
thanks it's really helpful
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
You are welcome
@sanjananarvekar6663
@sanjananarvekar6663 3 жыл бұрын
hello is your app working?
@kavinrajaas4084
@kavinrajaas4084 3 жыл бұрын
For those who get connection errors, follow these steps 1. add clearTraffice permission in manifest 2. connect to your IP address of the system. 3. change the socket.io version to @ 2.3.0 in node server side. 4. and use the "flutter run command" instead of debugging. Peace!🤞
@ameerhamzatv3110
@ameerhamzatv3110 4 жыл бұрын
Your all tuts is Best videos sir.... And make in hindi version...
@vivekbhanushali7263
@vivekbhanushali7263 3 жыл бұрын
hello, getting connection timeouts when connecting to socket, can you please help
@hamzaalzibaq9517
@hamzaalzibaq9517 3 жыл бұрын
I have also this problem , did you find solve ? please help me if you found one
@safatelli4152
@safatelli4152 3 жыл бұрын
@@hamzaalzibaq9517 did you find the solution ?
@braysonjohn2924
@braysonjohn2924 4 жыл бұрын
sir. please write a short details on handling push notifications with web sockets
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
Push notifications and web sockets are two different topics . What do u mean really?
@braysonjohn2924
@braysonjohn2924 4 жыл бұрын
@@MobileProgrammer i want when a new message arrive to fire a notification
@adityachaudhary6729
@adityachaudhary6729 3 жыл бұрын
@@braysonjohn2924 if you are using nodejs as your backend server.Then install a package firebase-admin this will help you to push notification or you can use gcm package for pushing notification.
@codeversion
@codeversion 3 жыл бұрын
Hello sir.... Your this tutorial is really helpful. I checked your source code. Can you please update that with message_delivered and message_read on repo. Thank you
@-abdullahgaber9210
@-abdullahgaber9210 3 жыл бұрын
hello brother , i face this exception while trying to connect to socket, could you help me please D/Adhara:Socket( 8723): Socket triggered::connect_error 2 I/flutter ( 8723): connect error io.socket.engineio.client.EngineIOException: websocket error
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
Your port might not be open in your server.
@daginegussu7097
@daginegussu7097 4 жыл бұрын
Thank you very much bro. you really helped out
@sanjananarvekar6663
@sanjananarvekar6663 3 жыл бұрын
did it work for you?
@daginegussu7097
@daginegussu7097 3 жыл бұрын
@@sanjananarvekar6663 yes, it did
@TheNuGamers
@TheNuGamers 2 жыл бұрын
How can i make a "history" of messages and load previous messages when the user enter in a chat?
@meditationrelaxandstressre4222
@meditationrelaxandstressre4222 4 жыл бұрын
can we send file,image in chat through socket? what is the limit of text message length,file and image size which we can easily send through socket?
@43_kalathiya_darshan11
@43_kalathiya_darshan11 3 жыл бұрын
onConnectionError io.socket.engineio.client.EngineIOException: websocket error not able to connect my aap ?
@matthewslaton1366
@matthewslaton1366 3 жыл бұрын
great tutorial. i got up until 39:00 on the video and i went to go run the app, it wont connect because i am getting "flutter: onError The resource could not be loaded because the App Transport Security policy requires the use of a secure connection." do you know how to fix this? thanks
@matthewslaton1366
@matthewslaton1366 3 жыл бұрын
i was able to figure it out, now i am just getting on flutter: Connecting Logged In User A, 1000 flutter: Connecting...A... flutter: onError Error
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
Add transport security flag in ur iOS app info plist file. Same applies to android as well. Both platforms won’t allow http call by default.
@matthewslaton1366
@matthewslaton1366 3 жыл бұрын
@@MobileProgrammer yeah i was able to add the flag but i must have forgot something in the code. i'll have to look over your git and see if i can find the difference once i complete your lesson. i got 17 minutes left
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
Cool. You will get it. Don’t worry
@anmolsahu6371
@anmolsahu6371 3 жыл бұрын
On ConnectionError:: io.socket.engineio.client.EngineIOException: websocket error Socket triggered::connect_error Stucked in this error ... not able to connect my aap
@kenseifeitan4663
@kenseifeitan4663 3 жыл бұрын
me too
@anmolsahu6371
@anmolsahu6371 3 жыл бұрын
@@kenseifeitan4663 Try to check HTTP permission and android:usesCleartextTraffic="true" in androidManifest.xml file
@kantamanitagargunti4206
@kantamanitagargunti4206 2 жыл бұрын
Sir how to get room Id for private room after socket.emit, nd joinroom.
@michaelkalango5779
@michaelkalango5779 4 жыл бұрын
Hi, I was wondering... If I want to add voice and video calls as a feature, how do I go about that... Thanks..
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
You can simply share their URLs and download when user wants to play
@michaelkalango5779
@michaelkalango5779 4 жыл бұрын
@@MobileProgrammer sorry, am still not following... Am new to this..
@ranamusab5627
@ranamusab5627 3 жыл бұрын
Sir this is not working on actual android device the error is Please help me to solve this W/System (19655): ClassLoader referenced unknown path: system/framework/mediatek-cta.jar I/System.out(19655): e:java.lang.ClassNotFoundException: com.mediatek.cta.CtaHttp D/Linux (19655): [Posix_connect Debug]Process com.example.flutter_rwtapp :3000 D/Adhara:Socket(19655): Socket triggered::connect_error
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
I have implemented it on real devices, it worked fine . This looks like there is some issue with the system framework.
@43_kalathiya_darshan11
@43_kalathiya_darshan11 3 жыл бұрын
What is this architecture?
@md.kamrulamin1219
@md.kamrulamin1219 3 жыл бұрын
why do i keep getting web socket error. I copied your whole code without any modification still the same error. Help is really appreciated. I/flutter (12729): onConnectError io.socket.engineio.client.EngineIOException: websocket error D/Adhara:Socket(12729): Socket triggered::connect_error
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
You should change the ip to urs
@bilal_b
@bilal_b 3 жыл бұрын
D/Adhara:Socket( 6445): Socket triggered::connect_error I get an error like this. What would be the reason?
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
Do u have the port open in ur server?
@pinyin1
@pinyin1 4 жыл бұрын
Please how to add notifications
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
Please check my notifications tutorial
@pinyin1
@pinyin1 4 жыл бұрын
@@MobileProgrammer sir please I need help, I want to use websocket to get data from mysql in flutter to make it real time
@safatelli4152
@safatelli4152 3 жыл бұрын
how can i increase timeout please
@MohamedIbrahim-uk7mj
@MohamedIbrahim-uk7mj 3 жыл бұрын
Hello Which database do u use?
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
I didn’t use a database for this tutorial
@MohamedIbrahim-uk7mj
@MohamedIbrahim-uk7mj 3 жыл бұрын
@@MobileProgrammer so it's possible to build chat app without database?
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
It won’t serve your complete purpose. Now the chat is not saved anywhere
@alcreform3964
@alcreform3964 4 жыл бұрын
flutter is not receiving the message from node js even though my event message in both side is same
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
Check the data format you are sending
@buvanapavitra7869
@buvanapavitra7869 4 жыл бұрын
how to add mic instead of sending text msg
@braysonjohn2924
@braysonjohn2924 4 жыл бұрын
i don't know if am doing it right. But i failed to get the codes for socket when i download from gitbucket
@braysonjohn2924
@braysonjohn2924 4 жыл бұрын
How to add notifications on new message, open directly if app is in background and badges too? Great video..........PLEASEEE.....
@braysonjohn2924
@braysonjohn2924 4 жыл бұрын
got the answer: run this in the folder you want the code: git clone -b SocketIOChatDemo bitbucket.org/vipinvijayan1987/tutorialprojects/src/SocketIOChatDemo/FlutterTutorialProjects/flutter_demos/
@sanjananarvekar6663
@sanjananarvekar6663 3 жыл бұрын
Cannot clone your SocketIOChat folder
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
What is the issue you are facing?
@matthewslaton1366
@matthewslaton1366 3 жыл бұрын
the port is open but the app is displaying onerror. what are my options?
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
Are you using localhost?
@kavinrajaas4084
@kavinrajaas4084 3 жыл бұрын
@@MobileProgrammer I am using localhost only. Its not working and I tried to add that clearTraffic permission also.
@justchill8139
@justchill8139 3 жыл бұрын
please send source code this video
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
Please find the link in the description
@techmathy5764
@techmathy5764 3 жыл бұрын
Will the chat be visible to us after some days?
@adityachaudhary6729
@adityachaudhary6729 3 жыл бұрын
No
@robotix1669
@robotix1669 4 жыл бұрын
Group Chat?
@anmolsahu6371
@anmolsahu6371 3 жыл бұрын
Socket triggered::connect_error
@mgmyo7066
@mgmyo7066 4 жыл бұрын
hello sir, why u don't make dio_http_cache example for rest api data cache
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
Sure will do
@jayaramyakkala68
@jayaramyakkala68 3 жыл бұрын
Not working in real Device even when i tried to connect using ipaddress
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
Make sure that your port is open in the server.
@jayaramyakkala68
@jayaramyakkala68 3 жыл бұрын
@@MobileProgrammer can you please tell how to open ports
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
You have contact your server people or so.
@jayaramyakkala68
@jayaramyakkala68 3 жыл бұрын
@@MobileProgrammer actually I don't think it's server issue because when I wrote client program on another laptop it's working with IPadress. Or mayb it could be my router issue like you said Thank you! You tutorials are really great.
@MobileProgrammer
@MobileProgrammer 3 жыл бұрын
You are welcome.
@algeriennesaffaires7017
@algeriennesaffaires7017 4 жыл бұрын
This kind of fast lessons are useless, we can just read the source code, so videos should not be fast like these
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
Sorry, I wil take care of that next time.
@Abdussalam-ci5cg
@Abdussalam-ci5cg 3 жыл бұрын
This lesson is good but If you want to learn then you have to pay.
@algeriennesaffaires7017
@algeriennesaffaires7017 3 жыл бұрын
@@Abdussalam-ci5cg So what's the point of the video if it's not for learning?, this feedback was given to the channel owner to help him grew, this kind o videos won't bring him subscriptions, people will not come back to him
@tammadev6475
@tammadev6475 4 жыл бұрын
stop saying OK all the time, it's frustrating!
@MobileProgrammer
@MobileProgrammer 4 жыл бұрын
Sorry about that. Will keep in mind next time.
@adityachaudhary6729
@adityachaudhary6729 3 жыл бұрын
@@MobileProgrammer No bro don't say sorry you are doing great job :)
@NoName-ug4jd
@NoName-ug4jd 2 жыл бұрын
@Tammadev if its so much frustrating, why are u even watching this video? Appreciate what others are doing, rather than complaining. If u are having so much problem, go and buy some course in udemy and complain there. dum dum 😂😂
Bike vs Super Bike Fast Challenge
00:30
Russo
Рет қаралды 23 МЛН
Magic or …? 😱 reveal video on profile 🫢
00:14
Andrey Grechka
Рет қаралды 80 МЛН
Blue Food VS Red Food Emoji Mukbang
00:33
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 37 МЛН
Location Tracking Using Flutter, NodeJS & Socket.io
28:08
Snippet Coder
Рет қаралды 14 М.
I built a chat app in 7 minutes with React & Firebase
8:53
Fireship
Рет қаралды 1,4 МЛН
WebSocket in NodeJS | Socket.IO - Real Time Messaging
32:27
Piyush Garg
Рет қаралды 169 М.
NSURLProtocol: How I Stole an App For My Wedding
56:25
Bryce Bostwick
Рет қаралды 12 М.
Flutter Crash Course
59:20
Traversy Media
Рет қаралды 673 М.
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 555 М.
Complex Animations in Flutter using Rive | Flare
15:44
FilledStacks
Рет қаралды 225 М.
Bike vs Super Bike Fast Challenge
00:30
Russo
Рет қаралды 23 МЛН