BurkusCat / Burkus.Mvvm.Maui

A simple MVVM framework for .NET MAUI. It provides: navigation, lifecycle events, parameter passing, native dialog abstractions, and testability.
MIT License
25 stars 5 forks source link

[Feature] Popups #2

Open BurkusCat opened 11 months ago

BurkusCat commented 11 months ago

Is your feature request related to a problem? Please describe. When using the MVVM library, it feels completely different to show a popup compared with navigating to another page or a modal. Perhaps an existing popup library could be integrating into the Burkus Mvvm NavigationService. This would make usage of a popup library more testable too.

Describe the solution you'd like A new NuGet package that integrates with one or both of the below libraries: https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/views/popup https://github.com/CommunityToolkit/Maui/pull/1165 https://github.com/LuckyDucko/Mopups (any other options?)

https://redth.codes/popups-with-net-maui-no-plugin-nuget-needed

Describe alternatives you've considered N/A

Proposed APIs Unsure

Additional context If it takes a dependency on another library, perhaps it should be a separate NuGet package.