仓库指标
- Star
- (23,245 star)
- PR 合并指标
- (平均合并 47天 9小时) (30 天内合并 248 个 PR)
描述
Description
I am currently using FFImageloading with Xamarin Forms. I am checking out my dependencies in my current project for upgrade to MAUI. FFImageloading is a concern as I used it for fast image rendering on Android & iOS. As the Glide functionality is now integrated into MAUI for Android I have one less concern ;))
Looking at the FFImageloading repo it does not seem to be supported anymore by the authors. In nuget the latest download stats on the latest version is around 4.2 million downloads
https://www.nuget.org/packages/Xamarin.FFImageLoading/
So alot of developers are going to trip on this library. One of the other features I used FFImageloading for was Retry Count + Retry Delay for redundancy reasons.

This is a must on mobile devices that connects to unstable / intermittent internet connections to prevent for eg a listview from skipping images and displaying nothing.
Any chance that the MAUI team can support Retry Count & Retry Delay within MAUI ?
Public API Changes
'
Intended Use-Case
'