{"id":22313643,"url":"https://github.com/suxrobgm/magic-mvvm","last_synced_at":"2025-06-14T07:13:18.258Z","repository":{"id":44773071,"uuid":"379273812","full_name":"suxrobGM/magic-mvvm","owner":"suxrobGM","description":"MagicMvvm is lightweight library for building rapid MVVM applications.","archived":false,"fork":false,"pushed_at":"2022-07-08T22:33:56.000Z","size":1009,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-08T21:44:06.547Z","etag":null,"topics":["blazor","dotnet","library","maui","mvvm","wpf","xamarin-forms"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/suxrobGM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-22T13:09:51.000Z","updated_at":"2024-03-10T15:39:32.000Z","dependencies_parsed_at":"2022-09-03T05:50:29.966Z","dependency_job_id":null,"html_url":"https://github.com/suxrobGM/magic-mvvm","commit_stats":null,"previous_names":["suxrobgm/magicmvvm"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/suxrobGM/magic-mvvm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suxrobGM%2Fmagic-mvvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suxrobGM%2Fmagic-mvvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suxrobGM%2Fmagic-mvvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suxrobGM%2Fmagic-mvvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suxrobGM","download_url":"https://codeload.github.com/suxrobGM/magic-mvvm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suxrobGM%2Fmagic-mvvm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259775266,"owners_count":22909206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blazor","dotnet","library","maui","mvvm","wpf","xamarin-forms"],"created_at":"2024-12-03T22:07:48.044Z","updated_at":"2025-06-14T07:13:18.204Z","avatar_url":"https://github.com/suxrobGM.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![BuildShield](https://github.com/suxrobGM/MagicMvvm/actions/workflows/dotnet.yml/badge.svg)](https://github.com/suxrobGM/MagicMvvm/actions/workflows/dotnet.yml)\n[![BuildShield](https://github.com/suxrobGM/MagicMvvm/actions/workflows/publish.yml/badge.svg)](https://github.com/suxrobGM/MagicMvvm/actions/workflows/publish.yml)\n\n# MagicMvvm\nMagicMvvm 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.\nCurrently WPF, Blazor and Xamarin.Forms platforms are supported.\n\n## Features\n* IoC container agnostic.\n* Dynamic navigation between various views.\n* Dialog navigation.\n* Passing parameters to dialogs.\n* Passing parameters to navigable view models.\n* Result of navigation operation.\n* View model closing handling.\n* Handling view models navigation lifecycle.\n* Update commands on property changed.\n* Platform specific features for WPF, Blazor, Xamarin.Forms, and MAUI.\n\n## NuGet packages\n\n| Platform | Package | NuGet |\n| -------- | ------- | ------- |\n| Cross Platform | [MagicMvvm.Core][CoreNuGet] | [![CoreNuGetShield]][CoreNuGet] |\n| WPF | [MagicMvvm.Wpf][WpfNuGet] | [![WpfNuGetShield]][WpfNuGet] |\n| Blazor | [MagicMvvm.Blazor][BlazorNuGet] | [![BlazorNuGetShield]][BlazorNuGet]  |\n| Xamarin.Forms | [MagicMvvm.Forms][FormsNuGet] | [![FormsNuGetShield]][FormsNuGet] |\n| MAUI | MagicMvvm.Maui | Coming Soon |\n\n\n## Documentation\nCheck out project documentation [here](https://github.com/suxrobGM/MagicMvvm/wiki)\n\n## Samples\nExplore sample applications [here](https://github.com/suxrobGM/MagicMvvm/tree/main/samples)\n\n\n## License and copyright\nCopyright Sukhrob Ilyosbekov 2021. Distributed under the [MIT License](https://github.com/suxrobGM/MagicMvvm/blob/main/LICENSE).\n\n\n[CoreNuGet]: https://www.nuget.org/packages/MagicMvvm.Core/\n[WpfNuGet]: https://www.nuget.org/packages/MagicMvvm.Wpf/\n[BlazorNuGet]: https://www.nuget.org/packages/MagicMvvm.Blazor/\n[FormsNuGet]: https://www.nuget.org/packages/MagicMvvm.Forms/\n[CoreNuGetShield]: https://img.shields.io/nuget/vpre/MagicMvvm.Core.svg\n[WpfNuGetShield]: https://img.shields.io/nuget/vpre/MagicMvvm.Wpf.svg\n[BlazorNuGetShield]: https://img.shields.io/nuget/vpre/MagicMvvm.Blazor.svg\n[FormsNuGetShield]: https://img.shields.io/nuget/vpre/MagicMvvm.Forms.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuxrobgm%2Fmagic-mvvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuxrobgm%2Fmagic-mvvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuxrobgm%2Fmagic-mvvm/lists"}