FreshMvvm 2.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FreshMvvm --version 2.2.0
NuGet\Install-Package FreshMvvm -Version 2.2.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="FreshMvvm" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FreshMvvm --version 2.2.0
#r "nuget: FreshMvvm, 2.2.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 FreshMvvm as a Cake Addin
#addin nuget:?package=FreshMvvm&version=2.2.0

// Install FreshMvvm as a Cake Tool
#tool nuget:?package=FreshMvvm&version=2.2.0

FreshMvvm is a super light Mvvm Framework designed specifically for Xamarin.Forms. Its designed to be Easy, Simple and Flexible.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on FreshMvvm:

Package Downloads
Igs.Mobile.Core

Package Description

com.russellstather.freshmvvmrxuiinterop

Makes RxUI work with FreshMvvm

FreshMvvmIconize

Classes to allow me to use FreshMvvm Navigation and Iconize

Rocket.Surgery.ReactiveUI.Interop.FreshMvvm

Package Description

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on FreshMvvm:

Repository Stars
sthewissen/Xamarin.Forms.PancakeView
An extended ContentView for Xamarin.Forms with rounded corners, borders, shadows and more!
sthewissen/Xamarin.Forms.StateSquid
Spiritual successor to EasyLoading, turn any layout element into an individual state-aware element.
sthewissen/KickassUI.Spotify
A Xamarin.Forms version of the Spotify app to prove you can create goodlooking UI with Xamarin.Forms
microsoft/app-innovation-workshop
Hands-on workshop designed to help you learn Azure, Mobile & AI
sthewissen/Xamarin.Forms.EasyLoading
Loading views made easy!
Version Downloads Last updated
4.0.1 200,605 6/30/2021
4.0.0 1,172 6/30/2021
3.0.0 247,956 3/16/2019
2.2.4 130,297 2/1/2018
2.2.3 22,066 10/26/2017
2.2.2 2,327 10/26/2017
2.2.1 9,593 10/16/2017
2.2.0 61,815 8/14/2016
2.1.0 7,371 5/13/2016
2.0.1 3,332 4/27/2016
2.0.0 2,760 4/25/2016
1.0.3.3 5,098 3/22/2016
1.0.2.2 3,204 3/7/2016
1.0.2 2,074 3/7/2016
1.0.1 2,201 3/3/2016
1.0.0 2,313 2/17/2016
1.0.0-pre3 1,995 2/8/2016
1.0.0-pre2 1,954 2/6/2016
1.0.0-pre1 2,022 1/20/2016
0.0.6 3,663 8/28/2015
0.0.5 2,910 7/21/2015
0.0.4 2,165 7/8/2015
0.0.3 2,028 6/10/2015
0.0.2 2,119 5/10/2015
0.0.1 6,049 5/9/2015

2.2.0
   Better debug messages displayed
   Ability to remove a page from Navigation
   Add ability to SwitchSelectedRoot page in Tabs and MasterDetail

   2.1.0
   Adds ability to control pagemodel mapping via PageModelMapper
   Adds ability to navigate without animation
   Better cleanup of objects
   IOC now has unregister feature
   Add First Only Tabbed Navigation Container

   2.0.1
   Support for Xamarin.Forms 2.2.

   2.0
   IOC Container Lifetime Registration Options
   Switching out NavigationStacks on the Xamarin.Forms MainPage
   Multiple Navigation Services
   Custom IOC Containers
   WhenAny
   Control over which Models and Views are linked
   Events when page is popped (for disposal)