MobiliTips.MvxPlugin.MvxForms 1.1.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package MobiliTips.MvxPlugin.MvxForms --version 1.1.0
NuGet\Install-Package MobiliTips.MvxPlugin.MvxForms -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MobiliTips.MvxPlugin.MvxForms" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MobiliTips.MvxPlugin.MvxForms --version 1.1.0
#r "nuget: MobiliTips.MvxPlugin.MvxForms, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MobiliTips.MvxPlugin.MvxForms as a Cake Addin
#addin nuget:?package=MobiliTips.MvxPlugin.MvxForms&version=1.1.0

// Install MobiliTips.MvxPlugin.MvxForms as a Cake Tool
#tool nuget:?package=MobiliTips.MvxPlugin.MvxForms&version=1.1.0

MvvmCross plugin to work with Xamarin Forms on iOS, Android and WinPhone SL.

[Break] 1.2.0-beta1 version avialable on pre-release channel with support of WinStore & WinPhone 8.1 but with namespace renamed breaking change. Please use the pre-release one if you don't want to update references later.

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.

Release notes on nuget.org

Inspired by FormsPresenters plugin with some adaptations.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Vers 1.1.0:
.Only 1 PCL lib left (no more platform specific)
.No more Android API minimal requirement except the Xamarin.Forms one
.MvxFormsBaseViewPresenter from the PCL now implemented as cs class files on each target project so that it's now possible to customize the presenter (eg login process)