Lottie-Windows
Lottie-Windows copied to clipboard
How to use lottie in WinUI3 project
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
@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.
@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.
Any news about 7.1.3 relese?
This shipped on 7.1.2: https://www.nuget.org/packages/CommunityToolkit.WinUI.Lottie
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?
@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?
@michael-hawker ?
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?
@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
I can confirm for @agneszitte that this is indeed working properly now for x64 with 8.0.0-rc, thanks!
@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!