I am converting my Xamarin Forms Application to .NET MAUI.
In existing app we have used FFImageLoader for loading svg image from url but this library doesn't support .net MAUI.
According to this Link it's not currently supported in MAUI and has been moved to backlog. Is there any alternative approach?
Any help is appreciated!