Skip to content

A simple flutter app with push notification using firebase

License

Notifications You must be signed in to change notification settings

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?" }

}