Flutter Local Notifications: Send Instant & Scheduled Alerts on iOS & Android

Sdílet
Vložit
  • čas přidán 31. 05. 2024
  • Learn how to easily send instant and scheduled notifications in your Flutter app on both iOS and Android devices. This step-by-step tutorial will guide you through the process of setting up and customizing local notifications, enhancing your app's user experience.
    Github Source code
    github.com/codewithdarkwa/flu...

Komentáře • 13

  • @arkelsean7336
    @arkelsean7336 Před 11 dny +1

    Thank you, It is the best tutorial about the new version of Flutter Local Notification !!!!! You've saved a week of work from me, thank you very much !!!!!

  • @muhammadmuneebarshad7498
    @muhammadmuneebarshad7498 Před 13 dny +1

    Awesome Tutorial Brother

  • @ДенисФедосеев-ь9я

    You are the best! as clear as possible

  • @Sena-fq1yx
    @Sena-fq1yx Před 14 dny

    Awesome tutorial bro. Very helpful🔥

  • @foodxcooking4448
    @foodxcooking4448 Před měsícem +1

    good bro make more vedios like this

  • @davidedoh4046
    @davidedoh4046 Před 29 dny

    Bless you 🙏🏿

  • @gianfelipe6730
    @gianfelipe6730 Před 27 dny +2

    Bro, you saved my day!!!!
    thanks alot for the content.

  •  Před měsícem +2

    Great video bro. Kindly do a video on how to use flutter workmanager for background processes. So lets say instead of manually triggering the notification via the notification button , we can execute it via the background worker whiles the app is idle

  • @ShadabRezashad
    @ShadabRezashad Před měsícem +1

    nice tutorial

  • @teerawitmadej6484
    @teerawitmadej6484 Před měsícem +1

    thank you so much for the setup and tutorial.

  • @foodxcooking4448
    @foodxcooking4448 Před měsícem

    please support them

  • @Bugamente-r7g
    @Bugamente-r7g Před 27 dny

    There is no dependencies part in build.gradle, what do I do?

    • @CodeWithDarkwa
      @CodeWithDarkwa  Před 27 dny

      In the build.gradle file you only need to change the
      compile sdk version to 33
      minsdk version should be set to 21
      And add multiDexEnable to be true