Skip to content

SelvamuthukumaranRajan/NotifyMe

Repository files navigation

NotifyMe

Simple flutter app for push notification using firebase

Available for Android and iOS.


Demo

Foreground

Background

Notification drawer

Push notification sample

Send push notification from API platform.

headers: { "Content-Type": "application/json", "Authorization": "Bearer $SERVER_KEY", }

body: { "to": //YOUR MOBILE FCM TOKEN, "notification": { "title": "Hi selva", "body": "How are you?" }

}