-
-
Notifications
You must be signed in to change notification settings - Fork 756
Open
Labels
P3Issues that we currently consider unimportant.Issues that we currently consider unimportant.background-foreground-locationplatform: androidIssue is related to the Android platform.Issue is related to the Android platform.type: enhancementNew feature or requestNew feature or request
Description
🚀 Feature Requests
It would be nice if we are able to reuse an existing notification instead of creating a new one.
Contextualize the feature
Let's say you have multiple ForegroundServices in your Flutter App and you want to show a single notification for all of those services. You can take care of creating the notification by yourself and then pass this notification to this (and maybe other) plugin(s) and don't spam the user with notifications.
Describe the feature
Add the option to pass a notificationId to the positionStream instead of creating a new one. Error handling needs to be done in case the notification or the channel doesn't exist.
Platforms affected (mark all that apply)
- 📱 iOS
- 🤖 Android
JulianBissekkou, mrostock, Iman-Hayeri, artrza, mcpdev80 and 4 more
Metadata
Metadata
Assignees
Labels
P3Issues that we currently consider unimportant.Issues that we currently consider unimportant.background-foreground-locationplatform: androidIssue is related to the Android platform.Issue is related to the Android platform.type: enhancementNew feature or requestNew feature or request