Flutter Awesome Notification

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

Комментарии • 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?

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

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

  • @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 👍

  • @AliHaider-Dev
    @AliHaider-Dev Год назад +1

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

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

    Thank you! Works for me!

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

    Awesome Tutorial Bro

  • @kash7323
    @kash7323 Год назад +1

    it works for me! thanks!

  • @kadercherif232
    @kadercherif232 2 месяца назад

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

  • @_LordLux_
    @_LordLux_ 11 месяцев назад

    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?

  • @RamabrahmamNavuluri
    @RamabrahmamNavuluri 3 месяца назад

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

  • @KazeTdr
    @KazeTdr Год назад +1

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

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

  • @febrihardiyanto1048
    @febrihardiyanto1048 11 месяцев назад

    thanks man

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

  • @antonius-ez7mx
    @antonius-ez7mx 11 месяцев назад

    can you give tutorial to change the notification icon?

  • @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!

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

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

  • @mohammed.star0
    @mohammed.star0 Год назад

    thanks

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

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

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

  • @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?

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

  • @吳俊緯-h9k
    @吳俊緯-h9k Год назад

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

    • @codingorbit
      @codingorbit  9 месяцев назад

      Hahaha try to figure it out 😂

  • @ZTagger97
    @ZTagger97 11 месяцев назад

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

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

  • @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!

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

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

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

  • @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!