Radial Gauge Indicator in Xamarin Forms based on ItamarD.Xamarin.Forms.RadialProgress's component, NuGet package.
KPS'S Presentation Link KPS'S Original Repo
Just add the NuGet package and you're good to go!
dotnet add package RTDev.Xamarin.Forms.RadialProgress
This is a Xamarin.Forms component, and is compatible with both iOS and Android.
XAML Add the namespace
xmlns:radialProgress="clr-namespace:RadialProgress;assembly=RadialProgressGauge"
then you can use the radialProgress:gauge
component!