Hi. Can you upload code on github of this video? Because i am not getting any notification. I followed each thing as you did but still i am not getting notification. In debug console i received unhandled exception bad state in documentsnapshotplatform which does not exist. can you tell me how can i get rid of this?
Another great tutorial! Hey, what if i have a laravel backend.. can i use my own backend and send push notification using my own backend? If so, do you have any tutorial or guide i can refer to? Thanks!
Hello there, Notification is working fine on my android as well as IOS, But the main problem is, I am not getting any alert/sound/vibration on IOS device. what may be the solution for this?
var iOSPlatformChannelSpecifics = IOSNotificationDetails(sound: 'slow_spring_board.aiff'); //put your own sound text here try this. but the format can not mp3
Hello, thanks for the video, the notification sort of work because, when notification is sent, the other user receives it in the console or print function but, doesn't shows anything on the screen, what could the problem be?
Sorry for late reply and thank you for coming back to me. I just re-watched the tutorial thinking I may have missed a part or two on flutterlocalnotification but, it is not in the tutorial except it is declared but not used, sorry, am new to flutter
I am doing the same thing as in the video and I am unable to get the notification in the device ... But I am getting the notification from the cloud messaging server when done from the firebase . Please help me
Good job , I'm beginning in app development with flutter in order to creat a nice useful one But I am confused because I do not know the most important points that I should learn, can you tell me about them?
Hey, this was the only feature left in my app and you helped me, Thanks a lot man
Hi. Can you upload code on github of this video? Because i am not getting any notification. I followed each thing as you did but still i am not getting notification. In debug console i received unhandled exception bad state in documentsnapshotplatform which does not exist. can you tell me how can i get rid of this?
The video is fantastic! Very clean and explanatory. Thank you very much! Greetings from 🇹🇷
You are welcome!
Hi in console it show me broad received for message for I can't receive notification?
Great video and best explanation.
But we will wait for push notification with mysql and php
Will upload soon
@@dbestech if you made the video please link it to this video thank you
Can i know whats in initInfo function
Can you please update this video, they have deprecated the server key "Authorization: key=AIzaSyZ-1u...0GBYzPu7Udno5aA"
any solution found?
thank you.
please can you show how we can effect transfers using qr code in a flutter wallet app.
Another great tutorial!
Hey, what if i have a laravel backend.. can i use my own backend and send push notification using my own backend? If so, do you have any tutorial or guide i can refer to?
Thanks!
I have many tutorials about it. Long video tutorial. Like the audio and video call app.
Thanks For Guide
Such a great video, another banger, like usual! Any thoughts on the flutter_local_notifications plugin?
I like it. so far been good. what's your thought?
will this code from the SDK do the same job to sending messages too?
final fcm = FirebaseMessaging.instance.sendMessage(token);
Hello there,
Notification is working fine on my android as well as IOS,
But the main problem is, I am not getting any alert/sound/vibration on IOS device.
what may be the solution for this?
var iOSPlatformChannelSpecifics = IOSNotificationDetails(sound: 'slow_spring_board.aiff'); //put your own sound text here
try this. but the format can not mp3
thank you.
How to use reminder ? when i have list to hours for: medicine reminder
ruclips.net/video/6SaCntGgi5o/видео.html here
I want to send notifications after 5 minutes
can you help me with migrating to FCM API v1 from FCM legacy and send push notifications? finding difficulties on searching server key for FCM API v1.
yes, I can. but you need to book one on one session with me. $50 per hour
Hello, thanks for the video, the notification sort of work because, when notification is sent, the other user receives it in the console or print function but, doesn't shows anything on the screen, what could the problem be?
make sure you are calling show method of flutterlocalnotificationplugin
Aslo make sure during flutterlocalnotificationplugin initialization you called onSelectNotification method()
Sorry for late reply and thank you for coming back to me. I just re-watched the tutorial thinking I may have missed a part or two on flutterlocalnotification but, it is not in the tutorial except it is declared but not used, sorry, am new to flutter
Thx master u solved my problème 🙏
You are most welcome.
I am doing the same thing as in the video and I am unable to get the notification in the device ... But I am getting the notification from the cloud messaging server when done from the firebase . Please help me
then maybe your on the button click you are doing wrong
@@dbestech as you did I created a button and added the function called sendnotification as you did in the above video..
helpful video thanks a lot.
also i have a request if you will be share the code it wil be helpful in our parctice
Thanks
It's part of a complete project
This code will trigger in the device itself or It could send notification to another one device?
In general your server should send notification to google, google would do to other device
Wow! You earned my subscription
Welcome aboard!
Do you have a github or an uploaded version of this file?
Nope. Did not save it
Good....awesome!
Thanks!!
is it possible to send notification to ALL app users? and how
Yes, possible. Use subscribetotopic
Is there any way sent the notification to all the user???
yes, that's called subscribe to topic
How to use it in laravel ? Thanks
Will upload soon. within next two days.
Nice Video!.Is there a way to send a group of users ?
yes, it's called topic based notification.
helpful tuto
Does this also work with iOS?
Yes why not
Nope, it doesn't work@@dbestech
YOU ARE GODSEND!
Thank you so much for this
You're welcome!
@@dbestech Hello friend! How send push message after latest updates firebase_messaging 14.2.5?
pleasae share code as well! and how to send to all users...
that's sending to a topic
Salam 3lekoum sir i can found server ke with last update
you mean firebase server key?
what if i want to send notification to user , but user want to reciver notification after 1 miniute
User can not decide when they will get notification.
@@dbestech I want to schedule firebase messaging notification
🔥🔥👏👏
Good job ,
I'm beginning in app development with flutter in order to creat a nice useful one But I am confused because I do not know the most important points that I should learn, can you tell me about them?
can you be more specific about your problem?
@@dbestech I think he asks for the roadmap to learn app development using flutter. What he should learn step by step, main most important points.
@@crossouva sure. I get it. I will try to make video on that
@@dbestech 😎👌
w salam
thanks
how to get the url inside Uri.parse()
what url you wanna get?