Local Notifications in Flutter
Being a developer and a user, I think notifications are a very important part of our lives.
We as developers use notifications in 2 ways
To gain the user's attention.
To notify users about something, for example, download completed, order placed, etc.
In this blog, we will use notifications to notify users about something happening in the app and for this we will use " Local Notifications ".
we will start by creating a new flutter project.
we will use the flutter_local_notifications 13.0.0
package in this project for local notifications.
You can use the below link to get this package and add it to your pubspec.yaml file in your project.