An open API service indexing awesome lists of open source software.

https://github.com/usausa/smart-net-maui

MAUI helper library.
https://github.com/usausa/smart-net-maui

maui mvvm

Last synced: 5 days ago
JSON representation

MAUI helper library.

Awesome Lists containing this project

README

        

# Smart.Maui .NET - MVVM helper library for MAUI

[![NuGet](https://img.shields.io/nuget/v/Usa.Smart.Maui.svg)](https://www.nuget.org/packages/Usa.Smart.Maui/)

## Features

* Basic converters.
* Observable commands.
* Actions, Behaviors and Triggers.
* Markup extensions.
* Messenger.
* Resolver(DI Container) integration.
* Base class for ViewModel.

## NuGet

| Package | Note |
|-|-|
| [![NuGet](https://img.shields.io/nuget/v/Usa.Smart.Maui.svg)](https://www.nuget.org/packages/Usa.Smart.Maui/) | Core libyrary |
| [![NuGet](https://img.shields.io/nuget/v/Usa.Smart.Maui.Extensions.svg)](https://www.nuget.org/packages/Usa.Smart.Maui.Extensions/) | Extension helpers |

## Link

* [Smart.Mvvm](https://github.com/usausa/Smart-Net-Mvvm)
* [Smart.Resolver](https://github.com/usausa/Smart-Net-Resolver)
* [Smart.Navigation](https://github.com/usausa/Smart-Net-Navigation)