From a8b3316508cd8b6986a84fa13add6e226ccc25e9 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 12 Jul 2021 12:00:53 +0200 Subject: [PATCH] Update docusaurus/docs/Flutter/guides/adding_push_notifcations.mdx --- docusaurus/docs/Flutter/guides/adding_push_notifcations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/Flutter/guides/adding_push_notifcations.mdx b/docusaurus/docs/Flutter/guides/adding_push_notifcations.mdx index 38b91833..529f03cb 100644 --- a/docusaurus/docs/Flutter/guides/adding_push_notifcations.mdx +++ b/docusaurus/docs/Flutter/guides/adding_push_notifcations.mdx @@ -185,7 +185,7 @@ StreamChat( ... ``` -As you can see we §generate a local notification whenever a message.new or notification.message_new event is received. +As you can see we generate a local notification whenever a message.new or notification.message_new event is received. :::note Using `flutter_local_notifications` is a great way to implement notifications while the is in foreground too! You can generate a local notification listening to events using the method `streamChatClient.on()` and react to the events you want.