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

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

Xamarin.Forms mvvm helper library.
https://github.com/usausa/smart-net-forms

mvvm xamarin xamarin-forms

Last synced: 6 days ago
JSON representation

Xamarin.Forms mvvm helper library.

Awesome Lists containing this project

README

        

# Smart.Forms .NET - MVVM helper library for Xamarin.Forms

[![NuGet Badge](https://buildstats.info/nuget/Usa.Smart.Forms)](https://www.nuget.org/packages/Usa.Smart.Forms/)

## What does if contain ?

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

## NuGet

| Package | Note |
|--------------------------|----------------------------|
| [![NuGet Badge](https://buildstats.info/nuget/Usa.Smart.Forms)](https://www.nuget.org/packages/Usa.Smart.Forms/) | Core libyrary |
| [![NuGet Badge](https://buildstats.info/nuget/Usa.Smart.Forms.Reactive)](https://www.nuget.org/packages/Usa.Smart.Forms.Reactive/) | Reactive helpers |
| [![NuGet Badge](https://buildstats.info/nuget/Usa.Smart.Forms.Resolver)](https://www.nuget.org/packages/Usa.Smart.Forms.Resolver/) | Smart.Resolver integration |

## Link

* [Smart.Windows](https://github.com/usausa/Smart-Net-Windows) : MVVM helper library for WPF
* [Smart.Resolver](https://github.com/usausa/Smart-Net-Resolver) : Resolver library for .NET