Skip to content

Repository files navigation

notification_reader

Read Notification in Your Flutter Application.

Getting Started

Install Plugin In Your Flutter Project

flutter pub add notification_reader

Add This Code in Your AndroidManifest android/app/src/main/AndroidManifest.xml. Inside <application> tag

<serviceandroid:name="com.fluttterbuddy.notification_reader.NotificationService"android:label="NotificationService"android:exported="true"android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">
<intent-filter>
<actionandroid:name="android.service.notification.NotificationListenerService" />
</intent-filter>
</service>

Import Plugin in Your Project:

import'package:notification_reader/notification_reader.dart';

First Open Notification Reader Setting Using This:

awaitNotificationReader.openNotificationReaderSettings;

Get Notification Data:

NotificationData res =awaitNotificationReader.onNotificationRecieve();

Notification Data Class:

res.packageName; // Application Package Name
res.title; // Notification Title
res.body; // Notification Body
res.data; // Data in Json

Buy Me A Coffee

Buy Me A Coffee Using PhonePe

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages