YehudaKremer / msix

Create Msix installer for flutter windows-build files.
https://pub.dev/packages/msix
MIT License
276 stars 68 forks source link

Feat: Context menu extension #208

Closed berkekbgz closed 1 year ago

berkekbgz commented 1 year ago

With the current state of the package it is not possible to set context menu extension directly. This pr allows to setting it directly in the msix configuration yaml.

Created a guide for how to create context menu dlls and the structure of context menu configuration yaml here.

Warning: But this pr changes the toast extension with seperating its com server extension and toast extension itself. So still need testing to check toast notification works correctly.

berkekbgz commented 1 year ago

win_toast package works fine

YehudaKremer commented 1 year ago

Hello @berkekbgz

Excellent work and effort 🥇

Unfortunately I don't know the C++ language. So as far as I'm concerned, it's enough for me to check that there are no regression bugs and confirm this PR.

Is that okay with you?

berkekbgz commented 1 year ago

Hey, yes that is ok for me.

If there are any bugs in code or guide, please let me know. I will do my best to fix them.