Best android open-source packages and libraries.

NotifyMe

A simple flutter app with push notification using firebase
Updated 8 months ago

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

}

Tags fcm