Xamarin.Forms.Nuke
10.3.1
dotnet add package Xamarin.Forms.Nuke --version 10.3.1
NuGet\Install-Package Xamarin.Forms.Nuke -Version 10.3.1
<PackageReference Include="Xamarin.Forms.Nuke" Version="10.3.1" />
paket add Xamarin.Forms.Nuke --version 10.3.1
#r "nuget: Xamarin.Forms.Nuke, 10.3.1"
// Install Xamarin.Forms.Nuke as a Cake Addin #addin nuget:?package=Xamarin.Forms.Nuke&version=10.3.1 // Install Xamarin.Forms.Nuke as a Cake Tool #tool nuget:?package=Xamarin.Forms.Nuke&version=10.3.1
Nuke 10.3.1 (https://github.com/kean/Nuke/releases/tag/10.3.1) 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.iOS 1.0
- Xamarin.Forms (>= 2.5.1)
- Xamarin.Nuke (>= 1.0.14)
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
|
Added Xamarin.Nuke nuget package as dependency, bump to Nuke 10.3.1.