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

Поділитися
Вставка
  • Опубліковано 31 тра 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...

КОМЕНТАРІ • 13

  • @arkelsean7336
    @arkelsean7336 5 днів тому +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 !!!!!

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

    You are the best! as clear as possible

  • @muhammadmuneebarshad7498
    @muhammadmuneebarshad7498 7 днів тому +1

    Awesome Tutorial Brother

  • @Sena-fq1yx
    @Sena-fq1yx 9 днів тому

    Awesome tutorial bro. Very helpful🔥

  • @gianfelipe6730
    @gianfelipe6730 21 день тому +2

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

  • @foodxcooking4448
    @foodxcooking4448 Місяць тому +1

    good bro make more vedios like this

  •  Місяць тому +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

  • @davidedoh4046
    @davidedoh4046 23 дні тому

    Bless you 🙏🏿

  • @ShadabRezashad
    @ShadabRezashad Місяць тому +1

    nice tutorial

  • @teerawitmadej6484
    @teerawitmadej6484 Місяць тому +1

    thank you so much for the setup and tutorial.

  • @foodxcooking4448
    @foodxcooking4448 Місяць тому

    please support them

  • @Bugamente-r7g
    @Bugamente-r7g 21 день тому

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

    • @CodeWithDarkwa
      @CodeWithDarkwa  21 день тому

      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