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?
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
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.
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
@@СтаниславЛагун-х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
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.
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'.
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 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
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
You can find the source code on GitHub here: github.com/Coding-Orbit/awesome_notification
Nice, thanks!
Same code (get on github) but the Notification buttons doesn't show text, can anyone help me?
Can we change the background color of the icon when the application is in the background or closed?
Thanks for the video . How can we send firebase foreground as well background notifications
Thanks man, this is an amazing content, no time wasting and every aspect of the notification was effect .
Thank you!
please provide a little assistance. how ad icon image to action button. Action button icon image is not showing .
Awesome notification is possible custom notification image colored icon replacing to notification icon
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?
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.
great content, good quality, useful information, goodjob 👍
Thanks
Can you tell me, awesome notification package can be applied for windows application?Please give me reply
According to their documentation yes they do!
please do you have a way to make any notification run in the foreground of the app even if the device is locked ?
Yes sure you can use remote notification to do so!
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
Its licensed under APACHE. Is it okay to use in commercial apps?
I have no idea to be honest
Thank you! Works for me!
Good to hear!
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?
did you find it? i need to do same
Did you find it?
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.
I'm not sure about that to be honest
Awesome Tutorial Bro
Thanks
For scheduled notifications will it work if the app is killed ??
I didn't try it, but it should.
how did you come out those code by not type character by character ?
Hahaha try to figure it out 😂
Does this work when app is terminated
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
For scheduled notifications will it work if the app is killed ??
@@amankachhal yes
@@СтаниславЛагун-х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
it works for me! thanks!
You're welcome!
can you give tutorial to change the notification icon?
Sure maybe soon
notification get dismissed after 5 seconds or so, how to prevent that? I dont want my notification get dismissed until 20 seconds
Same code (get on github) but the Notification buttons doesn't show text, can anyone help me?
thanks man
Happy to help
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.
I didn't really understand what you are trying to achieve.
@@codingorbit Foreground notification, for example using background service package
please tell us how to make the notifications work even after the app is killed
You can achieve that by listening to remote messages or creating a scheduled notification!
Schedule notification in specific time is needed.
Check out the documentations its well documented.
have you done it? want to do same
thanks
Welcome
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'.
Is the library updated?
Yes..
I'm using the last one
Then check the documentation to see what it should be instead of setListeners, i don't think its a huge update!
were you able to solve the problem?
Source code?
It pinned now
@@codingorbit Thanks !
My pleasure!
I have two years of experience in the field of applications and I could not understand your code
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 ?
@hamiltondarryl3129 did you manage to fix the error?
@@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
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
Could you make sure from main.dart file you are initializing the service?
@@codingorbit Thank you so much. It worked😀
My pleasure!