Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 2.45 KB

README.md

File metadata and controls

49 lines (38 loc) · 2.45 KB

BuildShield BuildShield

MagicMvvm

MagicMvvm is lightweight library for building rapid MVVM applications. Project inspired from Prism and used the best Prism practices, and made a lightweight library. The main difference from Prism is that supporting any IoC container (IoC container agnostic). You can use this library with any IoC container. Currently WPF, Blazor and Xamarin.Forms platforms are supported.

Features

  • IoC container agnostic.
  • Dynamic navigation between various views.
  • Dialog navigation.
  • Passing parameters to dialogs.
  • Passing parameters to navigable view models.
  • Result of navigation operation.
  • View model closing handling.
  • Handling view models navigation lifecycle.
  • Update commands on property changed.
  • Platform specific features for WPF, Blazor, Xamarin.Forms, and MAUI.

NuGet packages

Platform Package NuGet
Cross Platform MagicMvvm.Core CoreNuGetShield
WPF MagicMvvm.Wpf WpfNuGetShield
Blazor MagicMvvm.Blazor BlazorNuGetShield
Xamarin.Forms MagicMvvm.Forms FormsNuGetShield
MAUI MagicMvvm.Maui Coming Soon

Documentation

Check out project documentation here

Samples

Explore sample applications here

License and copyright

Copyright Sukhrob Ilyosbekov 2021. Distributed under the MIT License.