-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Use Android “conversation” notification type #868
Comments
I would really like to do this, but flutter_local_notifications doesn't seem to support it. I only found this issue: MaikuB/flutter_local_notifications#1419 |
It looks like a dupe of #515 too. |
I think I found the trick how to implement it |
Any update on this? |
For me, it shows and handles the notifications as a conversation after I manually set it, except it doesn't have bubbles. |
In my case I don't even have an option to enable Conversation type. Personally, I'm more interested in chat bubbles (like in e.g. Beeper or Messenger), but AFAIK these features are related to themselves. |
Feature Description
When receiving a notification from a messaging application like Fluffychat, it should be shown in the “Conversations” section of the notification panel.
Rationale
In this way not only we are in compliance with the Android notification standard, but also it is easier to not miss important messages.
Mockup
No response
Additional Context
https://developer.android.com/develop/ui/views/notifications/conversations
The text was updated successfully, but these errors were encountered: