Results 142 comments of Swapnil Devesh

This seems to be amazing and I am looking forward to using this but without demo its hard to look into.

@kennethnym I tried your WIP branch and had some issues with notifications and msix packaging, @azchohfi found the culprit, https://github.com/YehudaKremer/msix/issues/118#issuecomment-1081134367 something to keep in mind. Looks like we might have...

I get the following error when building an app with the latest commit: ``` C:\Users\test\Projects\Side-projects\tomatoro\tomatoro-app\windows\flutter\ephemeral\.plugin_symlinks\flutter_local_notifications\windows\flutter_local_notifications_plugin.cpp(224): error C2220: the following warning is treated as an error [C:\Users\test\Projects\Side-projects\tomatoro\tomatoro-app\build\windows\plugins\flutter_local_notifications\flutter_local_notifications_plugin.vcxproj] C:\Users\test\Projects\Side-projects\tomatoro\tomatoro-app\windows\flutter\ephemeral\.plugin_symlinks\flutter_local_notifications\windows\flutter_local_notifications_plugin.cpp(224): warning C4715: '`anonymous...

Hey @kennethnym , after the latest commit, I am able to build the app but notification has stopped showing up now. I had actually made a simple patch earlier replacing...

hey @kennethnym , tried it again and same behavior, notifications have stopped showing up, so can't really see if the app name in notification is fixed or not.

Like I mentioned previously I had simply replaced the `CreateToastNotifier` with the correct version and managed to fix the app name, although that would mess up non msix apps so...

Also, any pointers about the issue: `on clicking the notification it opens another copy of the app rather than bring the app to focus or dismiss` ?

> I have no idea what is causing that issue either. It wasn't happening before, and I never changed the code related to that. Okay, I will try testing this...

hey @hnvn, can you take a look at this PR ? Merging this should be pretty straightforward :)

any updates or feedback @ChugunovRoman ?