FreakyAli / Maui.FreakyControls

FreakyControls is a free OSS UI Kit for .NET MAUI which provides a set of controls and utilities to build modern mobile apps.
MIT License
313 stars 37 forks source link

Replace SkiaSharp.Svg #153

Open janusw opened 1 month ago

janusw commented 1 month ago

SkiaSharp.Svg is deprecated and not being developed further. The last version is from 2018: https://www.nuget.org/packages/SkiaSharp.Svg/#versions-body-tab

I recommend to replace it with https://github.com/wieslawsoltes/Svg.Skia (which is actively developed and up to date).

If I try to use the FreakyControls package in one of my projects, it causes conflicts with Svg.Skia by pulling in SkiaSharp.Svg.

FreakyAli commented 1 month ago

I see, I'll check this out, been busy for a while so won't be coming soon, hope you understand ✌️

janusw commented 1 month ago

I already looked into it myself. The change is pretty simple. See #154.