flutterpush-notificationnotificationsfirebase-notifications

How add push Notifications to my news app made in flutter


I have managed to fully create my news app and it's even live on play store. But their's a problem that I cannot send notifications to the user's device. I use this library newsapi.org for the news sources. Please help me with this problem.

I am not able to think of any solution to this problem. I wan't you to help me with this problem.


Solution

  • Use Firebase (FCM service) to provide push notifications for your application.

    You can find and configure your flutter project with this documentation.