local_notifications
local_notifications copied to clipboard
Just a question: Is possible to send notification from one device to another?
Is it working like FCM?
This plugin is just for creating notifications to display locally. You'd have to use FCM to receive the push notification, then have your callback on the device create the displayed notification.
This plugin is not actively maintained anymore, I'd suggest flutter_local_notifications for your notification needs.