nalu-development / nalu

Provides .NET MAUI packages to help with everyday challenges
https://nalu-development.github.io/nalu/
MIT License
66 stars 2 forks source link

Add shell content disposal in `ConfigureForPageDisposal` #16

Closed albyrock87 closed 8 months ago

albyrock87 commented 8 months ago

@Auto72 regarding your comment here this package (1.3.0) now contains an extension method you can apply on your Shell to provide automatic dispose of pages & shell content, even without using the MVVM pattern I'm providing in this library. See more here: https://nalu-development.github.io/nalu/#call-dispose-on-page-and-viewmodel-when-the-page-is-popped and on a sample project: https://github.com/nalu-development/nalu/tree/main/Samples/Nalu.Maui.DefaultShellSample