Skip to content

Commit

Permalink
Merge pull request #3 from DevsOnFlutter/dev
Browse files Browse the repository at this point in the history
Readme Updated
  • Loading branch information
divshekhar authored Dec 20, 2021
2 parents 10ddabb + 0e62d09 commit 8adf723
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Flutter plugin for notification read & reply.

<img src="https://i.imgur.com/kz6uoXm.png" title="Flutter_Shortcuts"/>
<img src="https://i.imgur.com/Y8kadag.png" title="Flutter_Shortcuts"/>

![GitHub](https://img.shields.io/github/license/DevsOnFlutter/reflex?style=plastic) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/DevsOnFlutter/reflex?style=plastic) ![GitHub top language](https://img.shields.io/github/languages/top/DevsOnFlutter/reflex?style=plastic) ![GitHub language count](https://img.shields.io/github/languages/count/DevsOnFlutter/reflex?style=plastic) ![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/DevsOnFlutter/reflex?style=plastic) ![GitHub issues](https://img.shields.io/github/issues/DevsOnFlutter/reflex?style=plastic) ![GitHub Repo stars](https://img.shields.io/github/stars/DevsOnFlutter/reflex?style=social) ![GitHub forks](https://img.shields.io/github/forks/DevsOnFlutter/reflex?style=social)

Expand Down Expand Up @@ -33,6 +33,11 @@ All the features listed below can be performed at the runtime.
&nbsp; Reply From Notification </br>
&nbsp; Auto Reply </br>

## Demo

|<img height=500 src="https://i.imgur.com/pG2qr2J.gif"/>|
|---|

## Quick Start

### Step 1: Include plugin to your project
Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class _MyAppState extends State<MyApp> {
packageNameList: ["com.whatsapp", "com.tyup"],
packageNameExceptionList: ["com.facebook"],
autoReply: AutoReply(
// packageNameList: ["com.whatsapp"],
packageNameList: ["com.whatsapp"],
message: "[Reflex] This is an automated reply.",
),
);
Expand Down

0 comments on commit 8adf723

Please sign in to comment.