MobiliTips.MvxPlugins.MvxForms
                              
                            
                                1.2.0
                            
                        
                    dotnet add package MobiliTips.MvxPlugins.MvxForms --version 1.2.0
NuGet\Install-Package MobiliTips.MvxPlugins.MvxForms -Version 1.2.0
<PackageReference Include="MobiliTips.MvxPlugins.MvxForms" Version="1.2.0" />
<PackageVersion Include="MobiliTips.MvxPlugins.MvxForms" Version="1.2.0" />
<PackageReference Include="MobiliTips.MvxPlugins.MvxForms" />
paket add MobiliTips.MvxPlugins.MvxForms --version 1.2.0
#r "nuget: MobiliTips.MvxPlugins.MvxForms, 1.2.0"
#:package MobiliTips.MvxPlugins.MvxForms@1.2.0
#addin nuget:?package=MobiliTips.MvxPlugins.MvxForms&version=1.2.0
#tool nuget:?package=MobiliTips.MvxPlugins.MvxForms&version=1.2.0
MvvmCross plugin to work with Xamarin Forms on iOS, Android, WinPhone SL, WinStore 8.1 & WinPhone 8.1 projects.
Install this plugin on a blank MvvmCross project (each platform) without any customization so that you can click "Yes to all" on overriding alert message. If your project is not a blank one, click "No to all" and see sample on GitHub to implement it manually. 
Tuto available on my blog http://mobilitips.wordpress.com/
Release notes on nuget.org 
Inspired by FormsPresenters plugin with some adaptations.
Learn more about Target Frameworks and .NET Standard.
- 
                                                    
All Frameworks
- MvvmCross.HotTuna.MvvmCrossLibraries (>= 3.5.0)
 - Xamarin.Forms (>= 1.4.2.6355)
 
 - 
                                                    
Portable Class Library (Windows 0.0, Windows 8.1, WindowsPhoneApp 8.1)
- MvvmCross.HotTuna.MvvmCrossLibraries (>= 3.5.0)
 - Xamarin.Forms.Windows (>= 1.4.2.6355)
 
 
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | 
|---|---|---|
| 1.2.0 | 205 | 4/22/2015 | 
| 1.2.0-beta2 | 35 | 4/17/2015 | 
| 1.2.0-beta1 | 62 | 4/10/2015 | 
1.2.0:
[Update] Xamarin.Forms nuget packages updated to 1.4.2
[New] Now Base presenter public methods like Show or ChangePresentation are virtual so that you can override it on each platform presenter
[New] Forms.Init added to Android MvxFormsApplicationMainActivity