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
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="FFImage.Loading.Net.Ios.Android" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FFImage.Loading.Net.Ios.Android --version 1.2.1
#r "nuget: FFImage.Loading.Net.Ios.Android, 1.2.1"
#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 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 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. 
Compatible target framework(s)
Included target framework(s) (in 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
1.2.1 99 4/22/2024
1.2.0 80 4/19/2024