Alexandre Zollinger Chohfi
Alexandre Zollinger Chohfi
Hey @kennethnym, I've cloned your branch and built the source, and a simple plain notification worked totally fine for me. The problem with your particular code is the template=ToastGeneric. If...
Oh, I see. The parameters are being sent from dart to C++, but your GetString method is not querying them properly. You should wrap the key inside an EncodableValue: ```c++...
@kennethnym any updates on this PR?
Hello @kennethnym. I've tried your branch and I managed to make it work more than once. Cherry-pick this commit from my fork: https://github.com/azchohfi/flutter_local_notifications/commit/d363e5c7e314a2a484996d42100d89cfaeb7b59e
Would a PR that uses the Windows App SDK be accepted? It is an external dependency, but it is/will be the recommended way of using the notifications APIs on Windows....
@kennethnym Alright! Let me know how I can help you. I want to see this landing as soon as possible. This is one of the most used Flutter dependencies, and...
I believe it is not Flutter that does this, but the Windows SDK itself. There is a C++/WinRT version there, but you should always use the latest from nuget.org. I...
Could you share the code so I can take a look?
The Windows implementation should use [Media Foundation](https://docs.microsoft.com/en-us/windows/win32/medfound/media-foundation-programming--essential-concepts). Since there hasn't been much movement around this issue for a while, would you be willing to accept a PR using it? I'm...
Yes, pretty much done, but I want to hear back if this would be accepted or not, before sending the PR.