-
-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Maui support #379
base: develop
Are you sure you want to change the base?
Add Maui support #379
Conversation
Hi @Csaba8472 |
hello @F-Goncalves I think to make the android side work might be easier, but to be able to update the ios lottie lib to the newest swift lib takes more work. In my project I've chosen to create a slim binding. API is not complete, but it works, and it uses the latest lottie libs. https://github.com/Csaba8472/LottieMaui |
That's unfortunate. |
Any update on Maui support? |
Does anyone know if this will be alive again to make this NuGet work on MAUI? |
I've done some manual work to get things building. Android works, iOS doesn't so far. Anyone wants to update this PR or put in a new one to fix that? |
I'm keen to help @martijn00 as I want to upgrade my Xamarin binding of the zoom meeting SDK to support MAUI, and zoom requires lottie. https://github.com/VisualService/dotnet-zoom-meeting-SDK In the meantime, is it possible to get access to a nuget for the working android side at all, so I can test it out? Or should I clone and build a dll from this branch and reference that? |
✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)
This PR adds MAUI and .net6 compatibility.
Currently LottieXamarin doesn't support .net6 projects.
🆕 What is the new behavior (if this is a feature change)?
LottieMaui supports MAUI projects, and I've created two new projects for iOS and Android.
💥 Does this PR introduce a breaking change?
No, as the current projects weren't changed.
🐛 Recommendations for testing
This PR only adds iOS and Android compatibility, macOS, Windows and tizen is not ready yet.
Also, ViewRenderer hasn't been refactored to ViewHandler, so this needed to init the lib:
📝 Links to relevant issues/docs
🤔 Checklist before submitting