From 274e33e3acb15bc28afa37f324e17a56b2454036 Mon Sep 17 00:00:00 2001 From: Divyanshu Shekhar Date: Mon, 20 Dec 2021 18:53:13 +0530 Subject: [PATCH] Readme Updated --- README.md | 7 ++++++- example/lib/main.dart | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95aca88..a555cb3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Flutter plugin for notification read & reply. - + ![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) @@ -33,6 +33,11 @@ All the features listed below can be performed at the runtime. ✅   Reply From Notification
✅   Auto Reply
+## Demo + +|| +|---| + ## Quick Start ### Step 1: Include plugin to your project diff --git a/example/lib/main.dart b/example/lib/main.dart index 437873b..62e8182 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -27,7 +27,7 @@ class _MyAppState extends State { packageNameList: ["com.whatsapp", "com.tyup"], packageNameExceptionList: ["com.facebook"], autoReply: AutoReply( - // packageNameList: ["com.whatsapp"], + packageNameList: ["com.whatsapp"], message: "[Reflex] This is an automated reply.", ), );