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.
- Host: GitHub
- URL: https://github.com/usausa/smart-net-forms
- Owner: usausa
- License: mit
- Created: 2016-05-28T10:51:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T03:08:07.000Z (about 1 year ago)
- Last Synced: 2025-05-03T19:03:07.922Z (16 days ago)
- Topics: mvvm, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 1.1 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Smart.Forms .NET - MVVM helper library for Xamarin.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 |
|--------------------------|----------------------------|
| [](https://www.nuget.org/packages/Usa.Smart.Forms/) | Core libyrary |
| [](https://www.nuget.org/packages/Usa.Smart.Forms.Reactive/) | Reactive helpers |
| [](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