Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suxrobgm/magic-mvvm
MagicMvvm is lightweight library for building rapid MVVM applications.
https://github.com/suxrobgm/magic-mvvm
blazor dotnet library maui mvvm wpf xamarin-forms
Last synced: 25 days ago
JSON representation
MagicMvvm is lightweight library for building rapid MVVM applications.
- Host: GitHub
- URL: https://github.com/suxrobgm/magic-mvvm
- Owner: suxrobGM
- License: mit
- Created: 2021-06-22T13:09:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T22:33:56.000Z (over 2 years ago)
- Last Synced: 2024-12-03T20:38:12.798Z (25 days ago)
- Topics: blazor, dotnet, library, maui, mvvm, wpf, xamarin-forms
- Language: C#
- Homepage:
- Size: 985 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![BuildShield](https://github.com/suxrobGM/MagicMvvm/actions/workflows/dotnet.yml/badge.svg)](https://github.com/suxrobGM/MagicMvvm/actions/workflows/dotnet.yml)
[![BuildShield](https://github.com/suxrobGM/MagicMvvm/actions/workflows/publish.yml/badge.svg)](https://github.com/suxrobGM/MagicMvvm/actions/workflows/publish.yml)# MagicMvvm
MagicMvvm is lightweight library for building rapid MVVM applications. Project inspired from [Prism](https://github.com/PrismLibrary/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][CoreNuGet] | [![CoreNuGetShield]][CoreNuGet] |
| WPF | [MagicMvvm.Wpf][WpfNuGet] | [![WpfNuGetShield]][WpfNuGet] |
| Blazor | [MagicMvvm.Blazor][BlazorNuGet] | [![BlazorNuGetShield]][BlazorNuGet] |
| Xamarin.Forms | [MagicMvvm.Forms][FormsNuGet] | [![FormsNuGetShield]][FormsNuGet] |
| MAUI | MagicMvvm.Maui | Coming Soon |## Documentation
Check out project documentation [here](https://github.com/suxrobGM/MagicMvvm/wiki)## Samples
Explore sample applications [here](https://github.com/suxrobGM/MagicMvvm/tree/main/samples)## License and copyright
Copyright Sukhrob Ilyosbekov 2021. Distributed under the [MIT License](https://github.com/suxrobGM/MagicMvvm/blob/main/LICENSE).[CoreNuGet]: https://www.nuget.org/packages/MagicMvvm.Core/
[WpfNuGet]: https://www.nuget.org/packages/MagicMvvm.Wpf/
[BlazorNuGet]: https://www.nuget.org/packages/MagicMvvm.Blazor/
[FormsNuGet]: https://www.nuget.org/packages/MagicMvvm.Forms/
[CoreNuGetShield]: https://img.shields.io/nuget/vpre/MagicMvvm.Core.svg
[WpfNuGetShield]: https://img.shields.io/nuget/vpre/MagicMvvm.Wpf.svg
[BlazorNuGetShield]: https://img.shields.io/nuget/vpre/MagicMvvm.Blazor.svg
[FormsNuGetShield]: https://img.shields.io/nuget/vpre/MagicMvvm.Forms.svg