Alexandre Zollinger Chohfi

Results 113 comments of Alexandre Zollinger Chohfi

You can create your own events, with your won IDs. You would probably have to hook it there and listen to your custom event and send the event to the...

Nop. That was not the issue. It was simpler. A misconfiguration in the sln. I've fixed this on #530.

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

I'm implementing this for Windows using [Windows::Security::Credentials::UI::UserConsentVerifier](https://docs.microsoft.com/en-us/uwp/api/windows.security.credentials.ui.userconsentverifier). The only problem is that this API does not let you check which biometric type is available, nor which one should be used,...

@stuartmorgan it seems like https://github.com/dart-lang/sdk/issues/47824 was merged, so this is mostly technically unblocked? I do have a Surface Pro X, which is Arm64, so I want to help.

Doesn't seem like cross compilation is a thing yet (https://github.com/dart-lang/sdk/issues/28617). I can try to start things on my Surface Pro X, but that seems challenging. I'll see how far I...

@cbracken I believe we should look at these issues as separate issues. This specific issue is tracking building Flutter apps that target Windows 10 and 11 on Arm64. Maybe we...

Yes, targeting an ARM64 host is probably an easier path forward. Visual Studio 2022 17.3 Preview 2+ runs as an ARM64 process on WIndows 11, and the toolchain should follow,...

When I updated to 16.0.0 of Pigeon, found a bug: https://github.com/flutter/flutter/issues/141499