Xamarin.FFImageLoading.Forms 2.4.7.944

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.FFImageLoading.Forms --version 2.4.7.944
                    
NuGet\Install-Package Xamarin.FFImageLoading.Forms -Version 2.4.7.944
                    
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="Xamarin.FFImageLoading.Forms" Version="2.4.7.944" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xamarin.FFImageLoading.Forms" Version="2.4.7.944" />
                    
Directory.Packages.props
<PackageReference Include="Xamarin.FFImageLoading.Forms" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xamarin.FFImageLoading.Forms --version 2.4.7.944
                    
#r "nuget: Xamarin.FFImageLoading.Forms, 2.4.7.944"
                    
#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.
#addin nuget:?package=Xamarin.FFImageLoading.Forms&version=2.4.7.944
                    
Install Xamarin.FFImageLoading.Forms as a Cake Addin
#tool nuget:?package=Xamarin.FFImageLoading.Forms&version=2.4.7.944
                    
Install Xamarin.FFImageLoading.Forms as a Cake Tool

Xamarin Library to load images quickly and easily on Xamarin.Forms.

Ensure you call CachedImageRenderer.Init() on each platform!!!

Features:

- Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac and Windows (WinRT, UWP) support
- Configurable disk and memory caching
- Multiple image views using the same image source (url, path, resource) will use only one bitmap which is cached in memory (less memory usage)
- Deduplication of similar download/load requests. *(If 100 similar requests arrive at same time then one real loading will be performed while 99 others will wait).*
- Error and loading placeholders support
- Images can be automatically downsampled to specified size (less memory usage)
- Fluent API which is inspired by Picasso naming
- SVG / WebP / GIF support
- Image loading Fade-In animations support
- Can retry image downloads (RetryCount, RetryDelay)
- Android bitmap optimization. Saves 50% of memory by trying not to use transparency channel when possible.
- Transformations support
- BlurredTransformation
- CircleTransformation, RoundedTransformation, CornersTransformation, CropTransformation
- ColorSpaceTransformation, GrayscaleTransformation, SepiaTransformation, TintTransformation
- FlipTransformation, RotateTransformation
- Supports custom transformations (native platform `ITransformation` implementations)

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.0 is compatible.  netstandard1.1 was computed.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid10 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 is compatible.  tizen60 was computed. 
Universal Windows Platform uap is compatible.  uap10.0 was computed. 
Windows Phone wp8 was computed.  wp81 was computed.  wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed.  xamarinmac20 is compatible. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (71)

Showing the top 5 NuGet packages that depend on Xamarin.FFImageLoading.Forms:

Package Downloads
SheshaMobile.Core

Common application functionality and features to be shared across the framework

SheshaMobile.Modules

The modules module contains common functionality shared across multiple modules

Xamarin.FFImageLoading.Svg.Forms

Xamarin.Forms SVG support for FFImageLoading library.

SheshaMobile.Core.Controls

The core controls module contains common functionality used on the app

SheshaMobile.Modules.UserProfile

A module for building apps with user functionality

GitHub repositories (30)

Showing the top 20 popular GitHub repositories that depend on Xamarin.FFImageLoading.Forms:

Repository Stars
cocoa-mhlw/cocoa
HenJigg/wpf-abp
Cross-platform mobile project and WPF client based on ABP framework Xamarin.Forms
jamesmontemagno/MediaPlugin
Take & Pick Photos and Video Plugin for Xamarin and Windows
AndreiMisiukevich/CardView
CardsView | CarouselView | CoverflowView | CubeView for Xamarin.Forms
microsoft/SmartHotel360-Mobile
SmartHotel360 Mobile
HorusSoftwareUY/Xamarin.Forms.Skeleton
The new loading approach for cool apps in Xamarin Forms
GiampaoloGabba/Xamarin.Plugin.SharedTransitions
Shared Element Transitions between pages in Xamarin.Forms (IOS/Android)
sthewissen/Xamarin.Forms.DebugRainbows
The package you didn't even know you needed!
daniel-luberda/DLToolkit.Forms.Controls
Xamarin.Forms Custom Controls
PrismLibrary/Prism-Samples-Forms
Samples that demonstrate how to use various Prism features with Xamarin.Forms
MvvmCross/MvvmCross-Samples
Tutorials and samples for MvvmCross: The .NET MVVM framework for cross-platform solutions.
reactiveui/ReactiveUI.Samples
This repository contains ReactiveUI samples.
egbakou/WhatsAppUI
WhatsApp UI in Xamarin.Forms
xamarin/dev-days-labs
HorusSoftwareUY/MaterialDesignControlsPlugin
Material Design Controls Plugin for Xamarin.Forms
o1298098/Xamarin-CloudMusic
Xamarin.Forms goodlooking UI sample
dotnet-architecture/eShopOnAzure
Azure version of the eShopOnContainers, with implementations based on Azure services.
DamienDoumer/freechat
Application demonstrating how to build a chat app UI with MAUI and Xamarin Forms
microsoft/app-innovation-workshop
Hands-on workshop designed to help you learn Azure, Mobile & AI
jsuarezruiz/xamarin-forms-netflix-sample
A Xamarin.Forms version of the Netflix app to prove you can create goodlooking UI with Xamarin.Forms.
Version Downloads Last updated
2.4.11.982 10,046,061 5/19/2019
2.4.10.972 19,232 5/16/2019
2.4.9.961 87,335 5/7/2019
2.4.8.956 9,950 5/6/2019
2.4.7.944 15,320 5/3/2019
2.4.7.938-pre 4,206 5/2/2019
2.4.6.929 44,773 4/29/2019
2.4.5.922 20,653 4/26/2019
2.4.5.918-pre 3,286 4/26/2019
2.4.5.909-pre 25,781 4/18/2019
2.4.4.859 7,819,036 11/16/2018
2.4.4.858-pre 4,211 11/16/2018
2.4.3.840 390,282 6/10/2018
2.4.2.832 11,780 6/9/2018
2.4.1.823 51,872 5/29/2018
2.3.6 175,554 3/29/2018
2.3.5 40,443 3/22/2018
2.3.4 250,446 1/7/2018
2.3.3 12,463 1/3/2018
2.3.2 18,394 12/25/2017
2.3.1 28,420 12/15/2017
2.2.25 93,995 11/13/2017
2.2.25-pre-619-legac 5,818 11/15/2017
2.2.24 13,182 11/7/2017
2.2.23 8,313 11/4/2017
2.2.22 17,480 10/26/2017
2.2.21 15,310 10/25/2017
2.2.20 59,281 10/4/2017
2.2.19 13,057 9/30/2017
2.2.18 6,023 9/28/2017
2.2.17 15,627 9/27/2017
2.2.16 3,935 9/26/2017
2.2.15 6,827 9/22/2017
2.2.14 5,004 9/21/2017
2.2.13 10,134 9/18/2017
2.2.12 4,055 9/18/2017
2.2.11 18,037 9/7/2017
2.2.10 18,096 8/30/2017
2.2.9 183,002 2/25/2017
2.2.8 21,142 1/30/2017
2.2.7 21,115 1/10/2017
2.2.6 10,150 1/2/2017
2.2.5 34,741 11/11/2016
2.2.4 5,352 11/7/2016
2.2.3 5,743 11/4/2016
2.2.2 5,382 11/3/2016
2.2.1 4,774 10/31/2016
2.2.0 3,713 10/31/2016
2.1.8 52,563 9/25/2016
2.1.7 29,241 9/6/2016
2.1.6 26,599 7/6/2016
2.1.5 9,250 6/10/2016