TinyMvvm is a MVVM library that is built for Xamarin.Forms but is not limited to Xamarin.Forms, it created in a way that it will be easy to extend to other platforms.
TinyMvvm main features:
- NavigationHelper that supports both Shell and the classic NavigationService.
- Passing objects as parameters, both when using Shell and classic navigation.
- ViewModel navigation with Shell.
- Add BindingContext in View, but still be able to use DI in VIewModels.
- Lifecycle events in ViewModels.
- INotiftyPropertyChanged implementation.
To get started with TinyMvvm the recommendation is to following this, Get Started Tutorial.
You can also read the following document about the main concepts of TinyMvvm, TinyMvvm Concepts
You are very welcome to contribute to TinyMvvm. If you want to add a new feature we would like if you create an issue first so we can discuss the the feature before you spend time to implement it.