lesnitsky / native_context_menu

Native context menu for Flutter apps
https://pub.dev/packages/native_context_menu
MIT License
166 stars 26 forks source link

Support windows 11 context menu style #2

Open lesnitsky opened 3 years ago

lesnitsky commented 3 years ago

Original comment

alexmercerind commented 3 years ago

If anyone decides to work on this, one can use MenuFlyout (from Windows.UI.Xaml.Controls) from XAML islands. It used to cause crash in Windows 10, but is fixed in Windows 11. It is pretty easy to implement.

TENX-S commented 2 years ago

Any update on this?

alexmercerind commented 2 years ago

Any update on this?

https://user-images.githubusercontent.com/28951144/180601711-97e9fc81-6619-4745-9367-d1a585b4a6ec.mp4

TENX-S commented 2 years ago

Great job!