Flutter Awesome Notification

Поділитися
Вставка
  • Опубліковано 21 гру 2024

КОМЕНТАРІ • 77

  • @codingorbit
    @codingorbit  Рік тому +17

    You can find the source code on GitHub here: github.com/Coding-Orbit/awesome_notification

    • @leoingson
      @leoingson Рік тому

      Nice, thanks!

    • @NicolaBraconi
      @NicolaBraconi Рік тому

      Same code (get on github) but the Notification buttons doesn't show text, can anyone help me?

  • @kadercherif232
    @kadercherif232 2 місяці тому

    Can we change the background color of the icon when the application is in the background or closed?

  • @AliHaider-Dev
    @AliHaider-Dev 11 місяців тому +1

    Thanks for the video . How can we send firebase foreground as well background notifications

  • @yusufumar6738
    @yusufumar6738 Рік тому

    Thanks man, this is an amazing content, no time wasting and every aspect of the notification was effect .

  • @KazeTdr
    @KazeTdr Рік тому +1

    please provide a little assistance. how ad icon image to action button. Action button icon image is not showing .

  • @RamabrahmamNavuluri
    @RamabrahmamNavuluri 3 місяці тому

    Awesome notification is possible custom notification image colored icon replacing to notification icon

  • @_LordLux_
    @_LordLux_ 10 місяців тому

    thank you so much!
    i'm having a little problem tho, the icon of the notification looks correctly in the statusbar but when opening the notification panel the icon is surrounded by a white circle and it looks horrible, how can i solve this?

  • @theifeanyi
    @theifeanyi Рік тому

    this is a perfect tutorial. Thanks alot. I really wish we can get a training on how to use this with Firebase push notification management.

  • @mwgmlg5600
    @mwgmlg5600 Рік тому

    great content, good quality, useful information, goodjob 👍

  • @kirticabhandari623
    @kirticabhandari623 Рік тому

    Can you tell me, awesome notification package can be applied for windows application?Please give me reply

    • @codingorbit
      @codingorbit  Рік тому

      According to their documentation yes they do!

  • @NEXUS_NEWS369
    @NEXUS_NEWS369 Рік тому

    please do you have a way to make any notification run in the foreground of the app even if the device is locked ?

    • @codingorbit
      @codingorbit  Рік тому

      Yes sure you can use remote notification to do so!

  • @fahadmustafa650
    @fahadmustafa650 Рік тому

    Hi there just help me with one thing. When you click on button ur notification appear like a popup when App is in foreground is that possible notification remains in background (status bar). Instead of pop up when app is in foreground

  • @MrCooldude03
    @MrCooldude03 Рік тому

    Its licensed under APACHE. Is it okay to use in commercial apps?

  • @fe_ezed
    @fe_ezed Рік тому

    Thank you! Works for me!

  • @yunusisah9244
    @yunusisah9244 Рік тому

    Hi, am working on a project that will accept time and day, and schedule a notification for that day and time repeatedly. Can you be of any help?

  • @rehmanafzal786
    @rehmanafzal786 Рік тому

    I create static onactionreceived() method and call it in setlestners for receiving payload. But when I hot reload my app it say
    Invalid global or static function to receive notification on background. Can you please help me solving it.

    • @codingorbit
      @codingorbit  Рік тому

      I'm not sure about that to be honest

  • @FlutterWithOsama
    @FlutterWithOsama Рік тому

    Awesome Tutorial Bro

  • @amankachhal
    @amankachhal Рік тому

    For scheduled notifications will it work if the app is killed ??

  • @吳俊緯-h9k
    @吳俊緯-h9k Рік тому

    how did you come out those code by not type character by character ?

    • @codingorbit
      @codingorbit  9 місяців тому

      Hahaha try to figure it out 😂

  • @ditsomusic
    @ditsomusic Рік тому +1

    Does this work when app is terminated

    • @codingorbit
      @codingorbit  Рік тому

      No it doesn’t since you need to click the button to push the notification. But the library itself can handle remote notifications such as fcm or something else

    • @amankachhal
      @amankachhal Рік тому

      For scheduled notifications will it work if the app is killed ??

    • @СтаниславЛагун-х4й
      @СтаниславЛагун-х4й Рік тому

      @@amankachhal yes

    • @ditsomusic
      @ditsomusic Рік тому

      @@СтаниславЛагун-х4й no it doesnt when scheduled its a bug apparently it only works on iphone i checked the github and there is a bug i believe with crons

  • @kash7323
    @kash7323 Рік тому +1

    it works for me! thanks!

  • @antonius-ez7mx
    @antonius-ez7mx 10 місяців тому

    can you give tutorial to change the notification icon?

  • @ZTagger97
    @ZTagger97 10 місяців тому

    notification get dismissed after 5 seconds or so, how to prevent that? I dont want my notification get dismissed until 20 seconds

  • @NicolaBraconi
    @NicolaBraconi Рік тому

    Same code (get on github) but the Notification buttons doesn't show text, can anyone help me?

  • @febrihardiyanto1048
    @febrihardiyanto1048 10 місяців тому

    thanks man

  • @diegosepulveda8691
    @diegosepulveda8691 Рік тому

    What is the technological concept to display a notification but for a timer. For example in my app I have a timer, then I want to display de countdown of the timer in the notification, and I cant close it, only if I stop the timer in the app or if I press a button to stop it inside the notification. Also I can see it in the lock screen.

    • @codingorbit
      @codingorbit  Рік тому

      I didn't really understand what you are trying to achieve.

    • @diegosepulveda8691
      @diegosepulveda8691 Рік тому

      @@codingorbit Foreground notification, for example using background service package

  • @nidhalboumeiza3631
    @nidhalboumeiza3631 Рік тому

    please tell us how to make the notifications work even after the app is killed

    • @codingorbit
      @codingorbit  Рік тому

      You can achieve that by listening to remote messages or creating a scheduled notification!

  • @fixitDart
    @fixitDart Рік тому

    Schedule notification in specific time is needed.

    • @codingorbit
      @codingorbit  Рік тому

      Check out the documentations its well documented.

    • @ImanSarwar-u2n
      @ImanSarwar-u2n Рік тому

      have you done it? want to do same

  • @mohammed.star0
    @mohammed.star0 11 місяців тому

    thanks

  • @andresrodriguezpeinado
    @andresrodriguezpeinado Рік тому

    The method 'setListeners' isn't defined for the type 'AwesomeNotifications'.
    Try correcting the name to the name of an existing method, or defining a method named 'setListeners'.

  • @mohammadd7811
    @mohammadd7811 Рік тому

    Source code?

  • @cezar6104
    @cezar6104 Рік тому

    I have two years of experience in the field of applications and I could not understand your code

  • @hamiltondarryl3129
    @hamiltondarryl3129 Рік тому

    Hi, I have this error; Build file '/Users/mac/.pub-cache/hosted/pub.dev/awesome_notifications-0.7.5-dev.1/android/build.gradle' line: 41
    * What went wrong:
    A problem occurred evaluating project ':awesome_notifications'.
    > Project with path ':awn_core' could not be found in project ':awesome_notifications'.
    how to do ?

    • @palosh8563
      @palosh8563 Рік тому

      @hamiltondarryl3129 did you manage to fix the error?

    • @hamiltondarryl3129
      @hamiltondarryl3129 Рік тому

      @@palosh8563 Hi yes I was able to manage this error, I had to update my version of flutter and the packages of my project. So there were packages with incompatible versions

  • @asishgokarakonda9336
    @asishgokarakonda9336 Рік тому

    Unhandled Exception: PlatformException(INVALID_ARGUMENTS, Channel 'high_importance_channel' does not exist, arguments.invalid.channel.notFound.high_importance_channel, null) Getting this error. I copy pasted the same whole code but not working

    • @codingorbit
      @codingorbit  Рік тому +1

      Could you make sure from main.dart file you are initializing the service?

    • @asishgokarakonda9336
      @asishgokarakonda9336 Рік тому

      @@codingorbit Thank you so much. It worked😀

    • @codingorbit
      @codingorbit  Рік тому +1

      My pleasure!