Open eduardoagr opened 7 months ago
SyncFusion and other (paid) 3rd party libraries are on my radar.
A few things are holding me back:
I'm not saying no. I'm saying I'd be much more likely to do it if they at least provided a free license...
https://www.syncfusion.com/products/communitylicense
free license
did you get your free license
Expect new SyncFusion options as I add versions of what has been announced in relation to https://devblogs.microsoft.com/dotnet/dotnet-maui-welcomes-syncfusion-open-source-contributions/
Is your feature request related to a problem? Please describe. I consider myself an experienced developer, and I use syncfusion for my projects (Sometimes) Is very frustrating or bothersome, that if you want to include syncfusion you have to go to the website and setup ut in the MauiProgram.cs
Describe the solution you'd like there are to possible solutions.
And the App constructor
SyncfusionLicenseProvider.RegisterLicense(Constants.LICENSE);
Is important to not download any controls, the developer will download later what he needs.
Describe alternatives you've considered doing it yourself