Local Push Notification - Flutter

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 60

  • @sausageisking2997
    @sausageisking2997 4 года назад +21

    "I will simply copy something inside.." Yeah! this is what i call proper tutorial :D

  • @LearnWithShajeel
    @LearnWithShajeel 4 года назад +2

    In the start you said we are going to implement the Picture Notification. I want my 12:39 back.

  • @samuel_adekunle
    @samuel_adekunle 4 года назад +4

    Hi, how can I use local_push_notification with background fetch, that user can receive notifications when the app is closed

    • @LyroPac
      @LyroPac 4 года назад

      You can use Firebase Cloud Messaging for that 😅 just Google it and you'll get a lot of tutorials.

  • @tesla1772
    @tesla1772 4 года назад +1

    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

  • @tushar351
    @tushar351 4 года назад +2

    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!

  • @iosdevelopment31
    @iosdevelopment31 3 года назад

    Hello, Video start show image with notification dialog, part not covered , so please cover this part

  • @meena7222
    @meena7222 5 лет назад

    Thank you not just for the code, but also how you went about it step by step.

  • @rasathuraikaran5278
    @rasathuraikaran5278 3 года назад

    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

  • @katorimirido3568
    @katorimirido3568 4 года назад +1

    How to random body in show Daily At Time?

  • @LikeLuluLikeLulia
    @LikeLuluLikeLulia 4 года назад

    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!

    • @JSPMaster
      @JSPMaster 4 года назад

      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.

  • @meena7222
    @meena7222 5 лет назад +1

    When I implement with periodicallyShow for interval based notification I am not getting anything.

  • @khushbukumari7753
    @khushbukumari7753 4 года назад

    Why I m getting error in BigStyleInformation where BitmapSource not working..

  • @abdullahibnamukta9288
    @abdullahibnamukta9288 3 года назад

    How to store that notification in app ?

  • @mercatellineto
    @mercatellineto 4 года назад

    Thank you very much sir!!!

  • @SalemTech
    @SalemTech 5 лет назад +1

    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

    • @LikeLuluLikeLulia
      @LikeLuluLikeLulia 4 года назад

      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!

    • @SalemTech
      @SalemTech 4 года назад

      @@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..

  • @KochharAmandeep
    @KochharAmandeep 5 лет назад +2

    Awesome video!! Keep uploading bro.

  • @YouWatchGames
    @YouWatchGames 5 лет назад

    Weißt du vielleicht wie ich eine notification z.B für 6 Wochen jeden dienstag erstellen kann?

  • @jemmytech5474
    @jemmytech5474 3 года назад

    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?

    • @jemmytech5474
      @jemmytech5474 3 года назад

      @@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.

    • @jemmytech5474
      @jemmytech5474 3 года назад

      @@HeyFlutter sir also I’m looking for a video of how to search in the listview of sqlite database

    • @jemmytech5474
      @jemmytech5474 3 года назад

      @@HeyFluttersir I’m waiting eagerly for these two problems

  • @ivananatalia3539
    @ivananatalia3539 4 года назад

    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?

    • @SujanBhattarai
      @SujanBhattarai 4 года назад

      flutternotificationplugin.showDailyAtaTime(....);

  • @floridosmarpepa8904
    @floridosmarpepa8904 5 лет назад +1

    is possible to show time remaining in a timer app whenever the user exit the app or leaves it in the background opened?

    • @suriahkamaruddin99
      @suriahkamaruddin99 5 лет назад +1

      Im trying to do the same thing. Do you have answer or solution for this?

    • @athilasantiago4233
      @athilasantiago4233 5 лет назад

      @@suriahkamaruddin99 I'm also looking for the answer to this question. Did you find any solution to this?

  • @artofverity8791
    @artofverity8791 3 года назад

    Does it need root?

  • @ashiteyelijah3569
    @ashiteyelijah3569 5 лет назад

    please am having problems using the library. i keep getting "Gradle task assembleDebug failed with exit code 1" after migrating to andriodx

  • @tejasbirsingh8503
    @tejasbirsingh8503 5 лет назад

    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!

    • @bisrathailu9874
      @bisrathailu9874 4 года назад

      please bro how does scheduling notification works for you? it is not working for me

  • @bisrathailu9874
    @bisrathailu9874 4 года назад

    Please help me on scheduling notification , i am having strange error

  • @sovann
    @sovann 5 лет назад +1

    how to show image on notification?

  • @fuhovu2225
    @fuhovu2225 Год назад

    how to listen noti api without firebase, tks sir

    • @HeyFlutter
      @HeyFlutter  Год назад

      Hey, @fuhovu2225 🙂 you can use some other service like one-signal

  • @ZeeshanAli-ju2nc
    @ZeeshanAli-ju2nc 5 лет назад

    how to send notification to multiple devices

  • @moch.ikhsanafandi4395
    @moch.ikhsanafandi4395 5 лет назад

    i cant build it says not compatible with androidX, im using visual code studio though

  • @vishnuvarthan4028
    @vishnuvarthan4028 5 лет назад

    how to schedule notifications pls help

  • @MarsTheProgrammer
    @MarsTheProgrammer 4 года назад +1

    very outdated and it doesn't work anymore...

  • @saifhossain4644
    @saifhossain4644 4 года назад

    worst one flutter

  • @ManjunathAnkam
    @ManjunathAnkam 5 лет назад

    How to schedule notifications..please and thank you!

    • @MaikuB84
      @MaikuB84 5 лет назад +1

      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

    • @vishnuvarthan4028
      @vishnuvarthan4028 5 лет назад

      @@HeyFlutter can i get an example

    • @bisrathailu9874
      @bisrathailu9874 4 года назад

      @@HeyFlutter What do you mean android integration sir?

  • @henriklein4952
    @henriklein4952 4 года назад

    Haha zum Glück gibt es noch mehr deutsche die sich mit flutter auseinandersetzen

  • @envaya9838
    @envaya9838 4 года назад

    so much unnecessary overhead just to show notifications. and didnt even explain how to implement an image

  • @anantmishra6333
    @anantmishra6333 4 года назад

    This guy just copy pasted everything and skipped a lot....

  • @MuhammadAli-ci7qp
    @MuhammadAli-ci7qp 3 года назад

    horrible tutorial