Xamarin.Forms.Nuke
8.4.0
See the version list below for details.
dotnet add package Xamarin.Forms.Nuke --version 8.4.0
NuGet\Install-Package Xamarin.Forms.Nuke -Version 8.4.0
<PackageReference Include="Xamarin.Forms.Nuke" Version="8.4.0" />
paket add Xamarin.Forms.Nuke --version 8.4.0
#r "nuget: Xamarin.Forms.Nuke, 8.4.0"
// Install Xamarin.Forms.Nuke as a Cake Addin #addin nuget:?package=Xamarin.Forms.Nuke&version=8.4.0 // Install Xamarin.Forms.Nuke as a Cake Tool #tool nuget:?package=Xamarin.Forms.Nuke&version=8.4.0
Nuke 8.4.0 (https://github.com/kean/Nuke/releases/tag/8.4.0) for Xamarin.Forms.
This repository was inspired by Jonathan Peppers GlideX implementation of the new IImageViewHandler interface for Xamarin.Forms (https://github.com/jonathanpeppers/glidex).
Its goal is to provide the same kind of implementation for iOS with nuke, a native image caching library, achieving a complete image caching solution for Xamarin.Forms: you don't have to change any line of your existing project, the Xamarin.Forms image source handlers will just be overridden with cache-enabled ones.
IMPORTANT: On iOS projects, call Xamarin.Forms.Nuke.FormsHandler.Init() after Xamarin.Forms.Forms.Init() and before LoadApplication(new App()).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Xamarin.iOS | xamarinios10 is compatible. |
-
- Xamarin.Forms (>= 2.5.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Xamarin.Forms.Nuke:
Repository | Stars |
---|---|
roubachof/Xamarin-Forms-Practices
Collection of good practices for Xamarin forms developement
|