Flutter Awesome Notification

  Рет қаралды 30,089

Coding Orbit

Coding Orbit

Күн бұрын

Пікірлер: 77
@codingorbit
@codingorbit Жыл бұрын
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?
@KazeTdr
@KazeTdr Жыл бұрын
please provide a little assistance. how ad icon image to action button. Action button icon image is not showing .
@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.
@kadercherif232
@kadercherif232 3 ай бұрын
Can we change the background color of the icon when the application is in the background or closed?
@yusufumar6738
@yusufumar6738 Жыл бұрын
Thanks man, this is an amazing content, no time wasting and every aspect of the notification was effect .
@codingorbit
@codingorbit 10 ай бұрын
Thank you!
@AliHaider-Dev
@AliHaider-Dev Жыл бұрын
Thanks for the video . How can we send firebase foreground as well background notifications
@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
@_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 4 ай бұрын
Awesome notification is possible custom notification image colored icon replacing to notification icon
@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
@mwgmlg5600
@mwgmlg5600 Жыл бұрын
great content, good quality, useful information, goodjob 👍
@codingorbit
@codingorbit 10 ай бұрын
Thanks
@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!
@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?
@ImanSarwar-u2n
@ImanSarwar-u2n Жыл бұрын
did you find it? i need to do same
@darioaguilar2015
@darioaguilar2015 Жыл бұрын
Did you find it?
@ZTagger97
@ZTagger97 Жыл бұрын
notification get dismissed after 5 seconds or so, how to prevent that? I dont want my notification get dismissed until 20 seconds
@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
@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!
@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
@NicolaBraconi
@NicolaBraconi Жыл бұрын
Same code (get on github) but the Notification buttons doesn't show text, can anyone help me?
@MrCooldude03
@MrCooldude03 Жыл бұрын
Its licensed under APACHE. Is it okay to use in commercial apps?
@codingorbit
@codingorbit Жыл бұрын
I have no idea to be honest
@吳俊緯-h9k
@吳俊緯-h9k Жыл бұрын
how did you come out those code by not type character by character ?
@codingorbit
@codingorbit 10 ай бұрын
Hahaha try to figure it out 😂
@amankachhal
@amankachhal Жыл бұрын
For scheduled notifications will it work if the app is killed ??
@codingorbit
@codingorbit Жыл бұрын
I didn't try it, but it should.
@antonius-ez7mx
@antonius-ez7mx 11 ай бұрын
can you give tutorial to change the notification icon?
@codingorbit
@codingorbit 10 ай бұрын
Sure maybe soon
@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'.
@codingorbit
@codingorbit Жыл бұрын
Is the library updated?
@andresrodriguezpeinado
@andresrodriguezpeinado Жыл бұрын
Yes..
@andresrodriguezpeinado
@andresrodriguezpeinado Жыл бұрын
I'm using the last one
@codingorbit
@codingorbit Жыл бұрын
Then check the documentation to see what it should be instead of setListeners, i don't think its a huge update!
@ADI_0525
@ADI_0525 Жыл бұрын
were you able to solve the problem?
@FlutterWithOsama
@FlutterWithOsama Жыл бұрын
Awesome Tutorial Bro
@codingorbit
@codingorbit 10 ай бұрын
Thanks
@kash7323
@kash7323 Жыл бұрын
it works for me! thanks!
@codingorbit
@codingorbit Жыл бұрын
You're welcome!
@fe_ezed
@fe_ezed Жыл бұрын
Thank you! Works for me!
@codingorbit
@codingorbit 10 ай бұрын
Good to hear!
@ditsomusic
@ditsomusic Жыл бұрын
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!
@mohammed.star0
@mohammed.star0 Жыл бұрын
thanks
@codingorbit
@codingorbit 10 ай бұрын
Welcome
@febrihardiyanto1048
@febrihardiyanto1048 Жыл бұрын
thanks man
@codingorbit
@codingorbit 10 ай бұрын
Happy to help
@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?
@codingorbit
@codingorbit Жыл бұрын
It pinned now
@mohammadd7811
@mohammadd7811 Жыл бұрын
@@codingorbit Thanks !
@codingorbit
@codingorbit Жыл бұрын
My pleasure!
@cezar6104
@cezar6104 Жыл бұрын
I have two years of experience in the field of applications and I could not understand your code
@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 Жыл бұрын
Could you make sure from main.dart file you are initializing the service?
@asishgokarakonda9336
@asishgokarakonda9336 Жыл бұрын
@@codingorbit Thank you so much. It worked😀
@codingorbit
@codingorbit Жыл бұрын
My pleasure!
Flutter Undo Delete Action
10:55
Coding Orbit
Рет қаралды 3,2 М.
Buttons in Flutter - Code With Examples
8:58
Digital Pal
Рет қаралды 46
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
Flutter and Firebase - Setup and Authentication
25:23
Coding Orbit
Рет қаралды 2,4 М.
📱Android Push Notifications • Flutter x Firebase Tutorial
12:39
Flutter Local Database Using sqfLite
20:51
Coding Orbit
Рет қаралды 38 М.
Flutter Local Notifications
18:49
Coding Orbit
Рет қаралды 43 М.
Mastering Flutter Local Notifications: Step-by-Step Tutorial
31:36
Snehasis Ghosh
Рет қаралды 43 М.
Flutter Tutorial - Local Push Notifications 1/2 | Android & iOS
11:44
HeyFlutter․com
Рет қаралды 133 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН