Flutter plugin for notification read & reply

Overview

Reflex

Flutter plugin for notification read & reply.

GitHub GitHub code size in bytes GitHub top language GitHub language count GitHub tag (latest by date) GitHub issues GitHub Repo stars GitHub forks

Compatibility

  Android
  iOS (active issue: iOS support for reflex)

Show some ❤️ and the repo

Why use Reflex?

Reflex Plugin is known for:

Reflex
Fast, performant & compatible
Free & Open-source
Production ready
Make App Reactive

Features

All the features listed below can be performed at the runtime.

  Get Notification Stream
  Read Notification
  Reply From Notification
  Auto Reply

Quick Start

Step 1: Include plugin to your project

dependencies:
  reflex: <latest version>

Run pub get and get packages.

Step 2: Add Service in AndroidManifest.xml

Add the following service inside the application tag of AndroidManifest.xml.

    ...
    <service
        android:label="notifications"
        android:name="com.devsonflutter.reflex.notification.NotificationListener"
        android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">
        <intent-filter>
            <action android:name="android.service.notification.NotificationListenerService" />
        </intent-filter>
    </service>
</application>

Step 3

Project Created & Maintained By

Divyanshu Shekhar

GitHub followers

Subham Praharaj

GitHub followers

Contributions

Contributions are welcomed!

If you feel that a hook is missing, feel free to open a pull-request.

For a custom-hook to be merged, you will need to do the following:

  • Describe the use-case.

  • Open an issue explaining why we need this hook, how to use it, ... This is important as a hook will not get merged if the hook doens't appeal to a large number of people.

  • If your hook is rejected, don't worry! A rejection doesn't mean that it won't be merged later in the future if more people shows an interest in it. In the mean-time, feel free to publish your hook as a package on https://pub.dev.

  • A hook will not be merged unles fully tested, to avoid breaking it inadvertendly in the future.

Stargazers

Stargazers repo roster for @DevsOnFlutter/reflex

Forkers

Forkers repo roster for @DevsOnFlutter/reflex

Copyright & License

Code and documentation Copyright (c) 2021 Divyanshu Shekhar. Code released under the BSD 3-Clause License.

You might also like...

Flutter Local Notification Test APP

Local Notification Test App For Testing and Learning Local Notification Information I made it by referring to the site below [flutter] local notificat

Nov 20, 2021

An extension of flutter local notification, to simplify local notifications

An extension of flutter local notification, to simplify local notifications

Locally flutter local notification Locally helps developers create local notification with flutter on both Android and IOS platforms, it depends on th

Oct 10, 2022

The easiest way to show notification.

The easiest way to show notification.

Starlight Notification The easiest way to show notification. Features ☑️ Show Notification ☑️ Cancel Notification ☑️ Cancel All Notification Watch the

Oct 19, 2022

Android application checking the new notes on Pronote and warns by notification

Android application checking the new notes on Pronote and warns by notification

Pronote notification Application Android vérifiant les nouvelles notes sur Pronote et prévient par notification Fonctionnalités Application codée et t

Sep 4, 2022

The app is for notification of notice from teachers for students with alerts.

wce_notice_board A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Sep 24, 2022

Flutter Music Player - First Open Source Flutter based material design music player with audio plugin to play local music files.

Flutter Music Player - First Open Source Flutter based material design music player with audio plugin to play local music files.

Flutter Music Player First Open Source Flutter based Beautiful Material Design Music Player(Online Radio will be added soon.) Demo App Play Store BETA

Jan 8, 2023

A Flutter plugin for the Google Mobile Ads SDK

A Flutter plugin for the Google Mobile Ads SDK

Jan 2, 2023

Flutter plugin that allows users to create TextAvatar easily!

Flutter plugin that allows users to create TextAvatar easily!

Colorize Text Avatar Colorize Text Avatar is a package to generate avatar based on your user initials. It supports to generate avatars based on your s

Dec 14, 2022

Official plugin for using Thepeer SDK with flutter https://thepeer.co

Official plugin for using Thepeer SDK with flutter https://thepeer.co

Flutter Thepeer This package makes it easy to use the Thepeer in a flutter project. 📸 Screen Shots 🚀 How to Use plugin ThePeer Send Launch ThepeerSe

Dec 27, 2022
Comments
  • iOS Implementation required!

    iOS Implementation required!

    • Listen to all notifications from iOS and send a stream to the flutter side.
    • Functions to check notification listening permission and request permission.
    • Reply to chat notifications
    enhancement help wanted 
    opened by divshekhar 2
  • Impossible to change the AutoReply message

    Impossible to change the AutoReply message

    The autoReply field in the Reflex class is final. And there seems to be no way to change the reply message depending on the received message. Or maybe I'm overlooking a field or funtion to change the message content? It would be nice to have a dynamic reply option. For example: Message received: "hi", auto reply: "hello", later message received: "bye", auto reply: "see ya"

    opened by alexph01 1
  • Add url endpoint for handling custom message

    Add url endpoint for handling custom message

    I have url endpoint that can handling a message and return the message response. can you add something like this

    Reflex reflex = Reflex( debug: true, packageNameList: ["com.whatsapp", "com.tyup"], packageNameExceptionList: ["com.android.systemui"], autoReplyEndpoint: urlEndpoint );

    opened by qolbudr 0
  • AutoReply only to specific messages

    AutoReply only to specific messages

    It would be nice if the AutoReply feature would only trigger on specific messages. If someone starts a conversation with "Hello [...]", it would automatically reply to the person, but not otherwise. That way that person would not receive a message every time he/she writes something.

    opened by alexph01 2
Releases(v0.0.1)
Owner
Devs On Flutter
Devs On Flutter
The 'Reply' Material Design case study built with Flutter.

Reply ❤️ Flutter Reply is an email app that uses Material Design components and Material Theming to create an on-brand communication experience. This

Frederik Schweiger 562 Dec 3, 2022
A Flutter plugin to read 🔖 metadata of 🎵 media files. Supports Windows, Linux & Android.

flutter_media_metadata A Flutter plugin to read metadata of media files. A part of Harmonoid open source project ?? Install Add in your pubspec.yaml.

Harmonoid 60 Dec 2, 2022
Audio manager - A flutter plugin for music playback, including notification handling.

audio_manager A flutter plugin for music playback, including notification handling. This plugin is developed for iOS based on AVPlayer, while android

Jerome Xiong 96 Oct 25, 2022
A Flutter application for Muslims that help them challenge and motivate themselves and their friends to read Azkar in a fun way.

A Flutter application for Muslims that help them challenge and motivate themselves and their friends to read Azkar in a fun way.

null 33 Oct 30, 2022
A simple Flutter app to Read and Download eBooks.

?? ?? Flutter eBook App A simple Flutter app to Read and Download books. The Books included in the app are from the Public Domain (Expired Copyright a

Festus Olusegun 1.9k Dec 31, 2022
Latest and easy-to-read news, all in your pocket 📱

Observer-flutter About Flutter app for getting live news in different categories Tools used Inshorts News API v2 This API's documentation Get the App

null 3 Jul 13, 2022
Firebase Login... And Data Created ,Read, Update, Delete

flutter_application_2 A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you st

Jamirul islam (Joy) 2 Nov 30, 2022
A Flutter package for show custom in-app notification.

?? in_app_notification A Flutter package to show custom in-app notification with any Widgets. ✍️ Usage Import it. dependencies: in_app_notificatio

CBcloud 18 Oct 27, 2022
Flutter notification using firebase fcm

fcm_flutter_notifications A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get yo

Nisha Jain 1 Jan 31, 2022
Reminder App using Firebase Notification Flutter

Reminder App using Firebase Notification Flutter Reminder app which is used to create task as reminder. In this app, I have used Firebase notification

Iqrar Ijaz 3 Aug 8, 2022