Flutter Awesome Notifications - Create Local Notifications With Ease

preview_player
Показать описание
📗 Learn from the written tutorial & get the starter project👇👇

📧 Get Flutter news 📰 and resources:

👨‍💻 Do you write good code? Find out now!

Notifications are an essential component of many apps. Local notifications in particular have many use cases, though most commonly they're used to create scheduled reminders. There is an endless variety of apps you can make with this as a core or an additional feature.

Notifications are platform specific and require us to tap into native code to create them. Fortunately, we don’t have to become native developers to implement them into Flutter apps. Thanks to the powerful Awesome Notifications plugin, we can create notifications for iOS and Android with minimal effort!

Go to my website for more information, code examples, and articles:

Follow me on social media:
Рекомендации по теме
Комментарии
Автор

code for creating notifications starts at 26:00

hw
Автор

Hands down this is the best Flutter notifications tutorial on YouTube

BigEyesLuigi
Автор

I searched for ages on how to implement the notification icons on android that i think i went crazy. Luckily I found your video where you explain it in detail. Thanks it helped me lot :)

christianstuhlberger
Автор

Flutter architecture MVVM, MVC, Design patterns Solid in depth

kamalCode
Автор

Thanks for the video. Just a note, when creating the notification, you state: "If you provide a hard coded integer instead, then only one notification of said type will be displayed at a time ." this isn't exactly correct. You state "displayed" but in fact, it applies to creating the notification. If you create multiple notifications with the same ID, the new one replaces the previous one with the same ID.

RickB
Автор

Would you mind covering how to delete or cancel scheduled notification in this package?

erollooper
Автор

I needed this video a week ago 😭 lol thank u either way, I can use it in future projects

reinaldopino
Автор

thank you so much, I have a question can I do an action when I receive a notification without clicking on it like schedule a new one?

najebmus
Автор

Extremely thanks for this tutorial. May you have another tutorial about how to set notification permission from flutter app? Thanks in advance.🙏🏻🙏🏻🙏🏻🙏🏻

sauthphouek
Автор

Ce tutoriel est génial ! Merci Ashley !

albanr
Автор

How are you using both ios and android emulators at the same time?

Exiide
Автор

This is awesome. I have just one question:
Is it possible to schedule some kind of API call lets say at 8AM and display some notification based on the API call results using this AwesomeNotifications plugin?

OneEyedJon
Автор

Thank you so much for this tutorial, really comprehensive and outstanding!!!

TheExplosion
Автор

Amazing!
Greately and very pleasently explained,
I can only say it reminded me of ANGELA, If you understand what it means, you can realize how big of a compliment it is....

yahalomsoftware
Автор

Is possible to send notification to a group of many users? How can we do that? Thank you. Great video!

housemusiclover_pt
Автор

so recently, the awesome notification 0.6.X to 0.7.X and it says all streams are now replaced with global static methods, do u know how to change the sreems to global static methods?

SamuelBundrant
Автор

Very useful video, thanks!

I have a question that wasn''t covered on the video, In android when the app is terminated the scheduled notifications stop firing up. Is it a known issue? Any suggestions?

Thanks again

SaiyanJin
Автор

local notifications have repeat bi-weekly or just weekly?

jorgearturosuarezuribe
Автор

Once the user sets a scheduled notification on a weekly basis everything will work without opening the app? The user doesn't have to open the app in background to get the notification, is it right?

MrGringo
Автор

Is there a way to make the notification take most of the screen size and the app to redirect to or expand the notification?

yiyoascen