how can we push notification when app is not in used...for example in chat app when new messages gets added to database i want to notify all the users..plz help me
Hi, Johannes Milke, I have a question: why every tutorial only show how to send a notification when press a button on the App?? There is no App in the world that let user press a button to send notification. Notification should be automatically sent without pressing a button, e.g. every morning 10am, or let user set a timer to be notified and it will notify user at a specific time and user receive notification even when the app is closed, just like every App we are using. It should be possible with Flutter being more and more popular. But how can we do this? I can not find any video or article about this, is it because it's too complicated? At lease can you show me what are the extra steps I need to do or what are other plugins I need to use to make an App send notification "normally" (not letting user press a button to get notification). Any suggestions or ideas will be appreciated. Thank you!
for me this is working [ i mean this type of notifications ] but what will i get benefit from pressing abutton to get ongoing notification?!! SO; I was trying to implement the DailyAtTime notifications which is supported by this plugin too, but i cannot trigger it !! i tried to call the function in the initState() function but it gives me errors relative to the memory insufficiency it works for once and then errors errors errors with this kind and no NOTIFICATIONs at all !! so what to do now ?? where can i trigger it ? i want it to be triggered once then it will be configured to push notifications every day in this specific time
Hi, Salem, I was wondering exactly the same question as you had. I searched everywhere and every tutorial basically showing the same as the example in the official plugin document. How can you put a button on your app to let user send a notification to themselves?! now it's a year later, did you find out the answer? if so, can you show me some insight? Thank you!
@@LikeLuluLikeLulia Hi Lu, Unfortunately my all trials got a big "Looser" badge ... So, I Switched to Firebase Cloud Messaging but it also has its own soppy problems too..
Sir i want to be notified on someone’s birthday , added to sqlite database listview, sir which package will suit my problem? Local notification or FCM?
@@HeyFlutter sir I’ll be thankful and grateful if you solve it. My uni project needs this functionality. Sir i want to be notified offline, so no FCM needed. Birthday Reminders should be on a particular date.
how we set scheduled notification? for example, user set the time manually (say 8 AM). so for next time, user get the notification every 8 am every day. Can you help for this?
will scheduling the notification send notification repeatedly after time that we set ? Because I get notification just once and it doesn't come again after same time interval ! Please Help!
this is covered in the readme for the plugin and example app (github.com/MaikuB/flutter_local_notifications/blob/d08e75bbeab6cbe3bb68c9a5915622af2d3f65ae/example/lib/main.dart#L273). Note that there's an issue with daylight savings so if you don't care about it then you should be fine
"I will simply copy something inside.." Yeah! this is what i call proper tutorial :D
Lol
In the start you said we are going to implement the Picture Notification. I want my 12:39 back.
Hi, how can I use local_push_notification with background fetch, that user can receive notifications when the app is closed
You can use Firebase Cloud Messaging for that 😅 just Google it and you'll get a lot of tutorials.
how can we push notification when app is not in used...for example in chat app when new messages gets added to database i want to notify all the users..plz help me
this is really good.
but y dont u guys upload when the app is in background.. ??? Please upload it or any one knows how to do it. then please tell me!
same issue here!
Hello, Video start show image with notification dialog, part not covered , so please cover this part
Thank you not just for the code, but also how you went about it step by step.
sir how to get notification when realtime data base change .I create order app .so when customer makes order I want notification, How can we made
How to random body in show Daily At Time?
Hi, Johannes Milke, I have a question: why every tutorial only show how to send a notification when press a button on the App?? There is no App in the world that let user press a button to send notification. Notification should be automatically sent without pressing a button, e.g. every morning 10am, or let user set a timer to be notified and it will notify user at a specific time and user receive notification even when the app is closed, just like every App we are using.
It should be possible with Flutter being more and more popular. But how can we do this? I can not find any video or article about this, is it because it's too complicated? At lease can you show me what are the extra steps I need to do or what are other plugins I need to use to make an App send notification "normally" (not letting user press a button to get notification).
Any suggestions or ideas will be appreciated. Thank you!
Hey lu tang, just have a look at ruclips.net/video/wjJN1C9UxpY/видео.html and the following two videos about the same topic. They cover this topic.
When I implement with periodicallyShow for interval based notification I am not getting anything.
Why I m getting error in BigStyleInformation where BitmapSource not working..
How to store that notification in app ?
Thank you very much sir!!!
for me this is working [ i mean this type of notifications ] but what will i get benefit from pressing abutton to get ongoing notification?!!
SO; I was trying to implement the DailyAtTime notifications which is supported by this plugin too,
but i cannot trigger it !! i tried to call the function in the initState() function but it gives me errors relative to the memory insufficiency
it works for once and then errors errors errors with this kind and no NOTIFICATIONs at all !!
so what to do now ??
where can i trigger it ? i want it to be triggered once then it will be configured to push notifications every day in this specific time
Hi, Salem, I was wondering exactly the same question as you had. I searched everywhere and every tutorial basically showing the same as the example in the official plugin document. How can you put a button on your app to let user send a notification to themselves?! now it's a year later, did you find out the answer? if so, can you show me some insight? Thank you!
@@LikeLuluLikeLulia
Hi Lu,
Unfortunately my all trials got a big "Looser" badge ...
So, I Switched to Firebase Cloud Messaging but it also has its own soppy problems too..
Awesome video!! Keep uploading bro.
Weißt du vielleicht wie ich eine notification z.B für 6 Wochen jeden dienstag erstellen kann?
Sir i want to be notified on someone’s birthday , added to sqlite database listview, sir which package will suit my problem? Local notification or FCM?
@@HeyFlutter sir I’ll be thankful and grateful if you solve it. My uni project needs this functionality. Sir i want to be notified offline, so no FCM needed. Birthday Reminders should be on a particular date.
@@HeyFlutter sir also I’m looking for a video of how to search in the listview of sqlite database
@@HeyFluttersir I’m waiting eagerly for these two problems
how we set scheduled notification? for example, user set the time manually (say 8 AM). so for next time, user get the notification every 8 am every day. Can you help for this?
flutternotificationplugin.showDailyAtaTime(....);
is possible to show time remaining in a timer app whenever the user exit the app or leaves it in the background opened?
Im trying to do the same thing. Do you have answer or solution for this?
@@suriahkamaruddin99 I'm also looking for the answer to this question. Did you find any solution to this?
Does it need root?
please am having problems using the library. i keep getting "Gradle task assembleDebug failed with exit code 1" after migrating to andriodx
have you fixed it @Ashitey
will scheduling the notification send notification repeatedly after time that we set ?
Because I get notification just once and it doesn't come again after same time interval ! Please Help!
please bro how does scheduling notification works for you? it is not working for me
Please help me on scheduling notification , i am having strange error
how to show image on notification?
how to listen noti api without firebase, tks sir
Hey, @fuhovu2225 🙂 you can use some other service like one-signal
how to send notification to multiple devices
i cant build it says not compatible with androidX, im using visual code studio though
oh wait its building, sorry it was my other plugin :)
how to schedule notifications pls help
very outdated and it doesn't work anymore...
worst one flutter
How to schedule notifications..please and thank you!
this is covered in the readme for the plugin and example app (github.com/MaikuB/flutter_local_notifications/blob/d08e75bbeab6cbe3bb68c9a5915622af2d3f65ae/example/lib/main.dart#L273). Note that there's an issue with daylight savings so if you don't care about it then you should be fine
@@HeyFlutter can i get an example
@@HeyFlutter What do you mean android integration sir?
Haha zum Glück gibt es noch mehr deutsche die sich mit flutter auseinandersetzen
so much unnecessary overhead just to show notifications. and didnt even explain how to implement an image
This guy just copy pasted everything and skipped a lot....
horrible tutorial