Mitch Hymel
Mitch Hymel
@MaikuB I worked a bit on my own [notification plugin](https://github.com/mitchhymel/local_notifications) and while it's not fully featured as yours, I did get custom actions working with headless Dart in Android (at...
I'm not sure if it handles when the application has been terminated. I haven't tested it yet with my code. From your description, and looking at the AlarmService code, I'm...
Can you try the latest release to see if matching is improved? https://github.com/mitchhymel/MusicBeeSyncToService/releases/tag/3.3.0 I didn't implement fuzzy search or confirmation dialog, but I made the matching more flexible with https://github.com/mitchhymel/MusicBeeSyncToService/commit/fa3febcf23df2508f56a078500d73eec664699d7....
Can you try the new update? https://github.com/mitchhymel/MusicBeeSyncToService/releases/tag/3.3.0 I don't really use MusicBee anymore personally, so my motivation to work on this plugin has gone away. But I had made a...
Unfortunately, I have never seen that error and it's not obvious to me why that is happening... My first suggestion would be to redownload the latest version of the plugin,...
Short version: It's unlikely I'll update the plugin to support YoutubeMusic. Longer version: A little background around this plugin... My main motivation for working on this was for my own...
I don't have plans to continue active development of this plugin. This plugin is discontinued on pub and can be considered effectively dead. If something is not working or a...
When you say nothing is displayed, do you mean that you don't see a heads up notification (like [this](https://developer.android.com/guide/topics/ui/notifiers/notifications.html#Heads-up)?) or you don't even see the notification go to the status...
This plugin is just for creating notifications to display locally. You'd have to use FCM to receive the push notification, then have your callback on the device create the displayed...
It's possible there is some difference in the Android APIs for the lower versions. I've only tested on 8.1.0 (personal device) and 7.1.1 (AVD). I'll investigate.