Home > Mobile >  Create a Custom Notification in Flutter
Create a Custom Notification in Flutter

Time:01-10

How to create custom notification in flutter using flutter_local_notifications package wherein I want use a texttheme and colors of my choice ,and add images and icons to notification

CodePudding user response:

Use this package awesome_notifications: ^0.6.20 for creating customer notification in flutter. This package has many features. That will be very helpful.

CodePudding user response:

For better UI custom notification awesome_notifications: ^0.6.20 use this package. Where there is an option for delivering images, sounds, emoticons, best fonts and animated messages in the notification. Which will suit your Application UI.

  •  Tags:  
  • Related