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
24 stars 5 forks source link

Initial Uri navigation #23

Closed BurkusCat closed 9 months ago

BurkusCat commented 9 months ago

This PR introduces a rough first attempt at URI navigation. There are inconsistencies on when events trigger and what parameters get passed at each stage, but the end results of the navigation are mostly what I'd expect.

The visual results on screen may be a bit janky and could probably be improved but I'd expect that would make the code more complicated in this library.

Related to #1, fixes #22