FFImage.Loading.Net.Ios.Android
1.2.1
dotnet add package FFImage.Loading.Net.Ios.Android --version 1.2.1
NuGet\Install-Package FFImage.Loading.Net.Ios.Android -Version 1.2.1
<PackageReference Include="FFImage.Loading.Net.Ios.Android" Version="1.2.1" />
paket add FFImage.Loading.Net.Ios.Android --version 1.2.1
#r "nuget: FFImage.Loading.Net.Ios.Android, 1.2.1"
// Install FFImage.Loading.Net.Ios.Android as a Cake Addin #addin nuget:?package=FFImage.Loading.Net.Ios.Android&version=1.2.1 // Install FFImage.Loading.Net.Ios.Android as a Cake Tool #tool nuget:?package=FFImage.Loading.Net.Ios.Android&version=1.2.1
FFImageLoading.Maui - Fast & Furious Image Loading for .NET MAUI, .NET IOS, .NET ANDROID
This is the same package as FFImageLoading.Maui. But I want to use it for .Net ios & .Net android project which doesn't look possible with the FFImageLoading.Maui.
Please download the nuget from here. https://www.nuget.org/packages/FFImage.Loading.Net.Ios.Android
Here is the example how you can use it in .Net ios project. Put this kind of code in your AppDelegate file.
private void InitMauiContext()
{
var builder = MauiApp.CreateBuilder();
builder.UseMauiEmbedding<Microsoft.Maui.Controls.Application>();
builder.UseFFImageLoading();
builder.ConfigureEssentials(essentials =>
{
essentials.UseVersionTracking();
})
builder.Services.Add(new ServiceDescriptor(typeof(UIWindow), Window))
MauiApp mauiApp = builder.Build();
var context = new MauiContext(mauiApp.Services)
//Prepare for FFImageLoading libray.
ServiceHelper.Init(mauiApp.Services);
}
Please do the similar things in .Net android. The important thing is to add
ServiceHelper.Init(mauiApp.Services);
Other than that, Please follow the same documentation from https://github.com/microspaze/FFImageLoading.Maui
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-android33.0 is compatible. net7.0-ios was computed. net7.0-ios16.1 is compatible. net7.0-maccatalyst was computed. net7.0-maccatalyst16.1 is compatible. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-android34.0 is compatible. net8.0-browser was computed. net8.0-ios was computed. net8.0-ios17.2 is compatible. net8.0-maccatalyst was computed. net8.0-maccatalyst17.2 is compatible. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- Svg.Skia (>= 1.0.0.10)
-
net7.0-android33.0
- Svg.Skia (>= 1.0.0.10)
-
net7.0-ios16.1
- Svg.Skia (>= 1.0.0.10)
-
net7.0-maccatalyst16.1
- Svg.Skia (>= 1.0.0.10)
-
net8.0
- Svg.Skia (>= 1.0.0.10)
-
net8.0-android34.0
- Svg.Skia (>= 1.0.0.10)
-
net8.0-ios17.2
- Svg.Skia (>= 1.0.0.10)
-
net8.0-maccatalyst17.2
- Svg.Skia (>= 1.0.0.10)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.