Тёмный

Flutter Awesome Notification 

Coding Orbit
Подписаться 4 тыс.
Просмотров 25 тыс.
50% 1

Hey Guys, in this Flutter video I will show you how to implement flutter awesome notification in your Flutter app. You will learn how to implement notifications in Flutter, instant notification, scheduled notification, notification with big picture, progress bar notification, notification with action buttons and more.
You will also learn how to manage the payload of the notification and make actions based on it such as navigation to different screen.
Important Note:
- For Android all buttons should work as expected.
- For iOS 6 out of 7 buttons should work same as Android but one would not work as expected which is progress bar notification since the library doesn't support it for iOS by the time of recording this video.
Learn how to use awesome notifications step by step in Flutter.
For more Flutter content be sure to subscribe to the channel and turn on your notifications.
Check out Flutter how-to videos:
• Flutter Google Ads
Check out my Flutter tutorial to become a Flutter hero: • Flutter Tutorial for B...
Links:
Don't click this: bit.ly/3dkJUNB
awesome notification library: pub.dev/packages/awesome_noti...
#flutter #flutter_notification #flutter_awesome_notification #flutter_local_notifications

Опубликовано:

 

4 мар 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 75   
@codingorbit
@codingorbit Год назад
You can find the source code on GitHub here: github.com/Coding-Orbit/awesome_notification
@leoingson
@leoingson Год назад
Nice, thanks!
@NicolaBraconi
@NicolaBraconi 8 месяцев назад
Same code (get on github) but the Notification buttons doesn't show text, can anyone help me?
@theifeanyi
@theifeanyi 10 месяцев назад
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.
@yusufumar6738
@yusufumar6738 7 месяцев назад
Thanks man, this is an amazing content, no time wasting and every aspect of the notification was effect .
@codingorbit
@codingorbit 4 месяца назад
Thank you!
@fe_ezed
@fe_ezed 10 месяцев назад
Thank you! Works for me!
@codingorbit
@codingorbit 4 месяца назад
Good to hear!
@AliHaider-Dev
@AliHaider-Dev 7 месяцев назад
Thanks for the video . How can we send firebase foreground as well background notifications
@_LordLux_
@_LordLux_ 6 месяцев назад
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?
@KazeTdr
@KazeTdr Год назад
please provide a little assistance. how ad icon image to action button. Action button icon image is not showing .
@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
@mohammed.star0
@mohammed.star0 7 месяцев назад
thanks
@codingorbit
@codingorbit 4 месяца назад
Welcome
@febrihardiyanto1048
@febrihardiyanto1048 6 месяцев назад
thanks man
@codingorbit
@codingorbit 4 месяца назад
Happy to help
@mwgmlg5600
@mwgmlg5600 8 месяцев назад
great content, good quality, useful information, goodjob 👍
@codingorbit
@codingorbit 4 месяца назад
Thanks
@FlutterWithOsama
@FlutterWithOsama 9 месяцев назад
Awesome Tutorial Bro
@codingorbit
@codingorbit 4 месяца назад
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!
@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?
@codingorbit
@codingorbit Год назад
I have no idea to be honest
@ZTagger97
@ZTagger97 6 месяцев назад
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.
@user-po8xv5ki3t
@user-po8xv5ki3t Год назад
have you done it? want to do same
@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
@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?
@user-po8xv5ki3t
@user-po8xv5ki3t Год назад
did you find it? i need to do same
@darioaguilar2015
@darioaguilar2015 8 месяцев назад
Did you find it?
@kash7323
@kash7323 Год назад
it works for me! thanks!
@codingorbit
@codingorbit Год назад
You're welcome!
@antonius-ez7mx
@antonius-ez7mx 5 месяцев назад
can you give tutorial to change the notification icon?
@codingorbit
@codingorbit 4 месяца назад
Sure maybe soon
@NicolaBraconi
@NicolaBraconi 8 месяцев назад
Same code (get on github) but the Notification buttons doesn't show text, can anyone help me?
@amankachhal
@amankachhal Год назад
For scheduled notifications will it work if the app is killed ??
@codingorbit
@codingorbit Год назад
I didn't try it, but it should.
@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!
@user-qn2rh4lt8h
@user-qn2rh4lt8h 10 месяцев назад
how did you come out those code by not type character by character ?
@codingorbit
@codingorbit 4 месяца назад
Hahaha try to figure it out 😂
@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?
@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
@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 ??
@user-yh2rt1xw3y
@user-yh2rt1xw3y Год назад
@@amankachhal yes
@ditsomusic
@ditsomusic Год назад
@@user-yh2rt1xw3y 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
@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
@hamiltondarryl3129
@hamiltondarryl3129 11 месяцев назад
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 10 месяцев назад
@hamiltondarryl3129 did you manage to fix the error?
@hamiltondarryl3129
@hamiltondarryl3129 10 месяцев назад
@@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 Год назад
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
Просмотров 2,7 тыс.
🤡Украли У ВСЕХ🤪
00:37
Просмотров 156 тыс.
Flutter Local Notifications
18:49
Просмотров 42 тыс.
Animated Splash Screen in Flutter
3:43
Просмотров 24 тыс.