Skip to content
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

How to use lottie in WinUI3 project #515

Open
gscheartA opened this issue Aug 9, 2022 · 11 comments
Open

How to use lottie in WinUI3 project #515

gscheartA opened this issue Aug 9, 2022 · 11 comments
Labels
feature-lottie Feature requests or enhancements for the Lottie library including AfterEffects translation

Comments

@gscheartA
Copy link

I am migrating a uwp app to WinUI3, but I get this output when I install Microsoft.Toolkit.Uwp.UI.Lottie Nuget package

NU1202: Package Microsoft.Toolkit.Uwp.UI.Lottie 7.1.1 is not compatible with net5.0-windows10.0.19041 (.NETCoreApp,Version=v5.0). Package Microsoft.Toolkit.Uwp.UI.Lottie 7.1.1 supports: uap10.0.16299 (UAP,Version=v10.0.16299)
NU1202: Package Microsoft.Toolkit.Uwp.UI.Lottie 7.1.1 is not compatible with net5.0-windows10.0.19041 (.NETCoreApp,Version=v5.0) / win10-arm64. Package Microsoft.Toolkit.Uwp.UI.Lottie 7.1.1 supports: uap10.0.16299 (UAP,Version=v10.0.16299)
NU1202: Package Microsoft.Toolkit.Uwp.UI.Lottie 7.1.1 is not compatible with net5.0-windows10.0.19041 (.NETCoreApp,Version=v5.0) / win10-x64. Package Microsoft.Toolkit.Uwp.UI.Lottie 7.1.1 supports: uap10.0.16299 (UAP,Version=v10.0.16299)
NU1202: Package Microsoft.Toolkit.Uwp.UI.Lottie 7.1.1 is not compatible with net5.0-windows10.0.19041 (.NETCoreApp,Version=v5.0) / win10-x86. Package Microsoft.Toolkit.Uwp.UI.Lottie 7.1.1 supports: uap10.0.16299 (UAP,Version=v10.0.16299)

May I know how to correctly install lottie in WinUI3 or some other method to use it? Thank you very much

@aborziak-ms
Copy link
Collaborator

@gscheartA We will release CommunityToolkit.WinUI.Lottie package for WinUI3 soon, as 7.1.3 update. You should be able to use this upcoming package in your app.

@gscheartA
Copy link
Author

@aborziak-ms Thank you very much for your answer, it is great that we can use Lottie in WinUI3 project. Be the way, is there an approximate release time for CommunityToolkit.WinUI.Lottie package? It is important for me to keep my development.

@Petrarca181
Copy link

Any news about 7.1.3 relese?

@azchohfi
Copy link
Contributor

This shipped on 7.1.2:
https://www.nuget.org/packages/CommunityToolkit.WinUI.Lottie

@KFeiHe
Copy link

KFeiHe commented Jul 14, 2023

This shipped on 7.1.2: https://www.nuget.org/packages/CommunityToolkit.WinUI.Lottie

@gscheartA We will release CommunityToolkit.WinUI.Lottie package for WinUI3 soon, as 7.1.3 update. You should be able to use this upcoming package in your app.

The package installed by Nuget does not support x64. How can I solve it?

@kazo0
Copy link

kazo0 commented Aug 2, 2023

@azchohfi @aborziak-ms

7.1.2 CommunityToolkit.WinUI.Lottie doesn't seem to support x64? I see here that this seems to have been fixed, can we expect a new release anytime soon for this?

@azchohfi
Copy link
Contributor

azchohfi commented Aug 2, 2023

@michael-hawker ?

@agneszitte
Copy link

agneszitte commented Jan 18, 2024

7.1.2 CommunityToolkit.WinUI.Lottie doesn't seem to support x64? I see here that this seems to have been fixed, can we expect a new release anytime soon for this?

@azchohfi, @aborziak-ms, @michael-hawker
any update on this one, please?

@aborziak-ms
Copy link
Collaborator

@agneszitte have you tried pre-release 8.0.0-rc, does it work for you? There should be full 8.0 release that includes all changes soon.

@aborziak-ms aborziak-ms added the feature-lottie Feature requests or enhancements for the Lottie library including AfterEffects translation label Feb 27, 2024
@kazo0
Copy link

kazo0 commented Mar 2, 2024

@aborziak-ms

I can confirm for @agneszitte that this is indeed working properly now for x64 with 8.0.0-rc, thanks!

@agneszitte
Copy link

@aborziak-ms
I can confirm for @agneszitte that this is indeed working properly now for x64 with 8.0.0-rc, thanks!

Thanks again for the follow-ups on this issue! Appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-lottie Feature requests or enhancements for the Lottie library including AfterEffects translation
Projects
None yet
Development

No branches or pull requests

7 participants