Michael Bui
Michael Bui
@jinfagang this wasn't closed and has a needs help label even so as mentioned before in #1183, support for this would need a PRs/contributions from the community
@proninyaroslav agreed, the only dependency this plugin should take is to use `dbus` to make calls to show notifications or consume a plugin that implements Linux support by implementing the...
There's an open PR on this already https://github.com/MaikuB/flutter_local_notifications/pull/1249. Once that is merged in though, I'm going to look to have Linux support be in a pre-release instead to be safe...
If it uses something official then sure. As an example, the Linux implementation uses the dbus package maintained by Canonical
This is available in the 10.0.0 pre-release
Thanks didn't know about that command. I don't know if it's possible to resolve this one though. If anyone else here knows then contributions are welcome. Linux support itself was...
It's not supported. You could either look at using a fork and make modifications for your own purposes (note: potentially could submit a PR back to this repo too) or...
Thanks for PR. A couple of questions I should've earlier as this will play part on if this would be merged - what use case are you looking to cover?...
> 1. I'm developing an app in which there is an icon that informs users about unread/new notifications. Currently while being on the screen with this widget there is no...
Will take a closer look when I can do so as this requires more thought and testing the recent smaller PRs that have come through recently Edit: regarding your question...