stuartmorgan-g
stuartmorgan-g
I have a Pixel 4 that reproduces this, and I've verified that `BiometricManager` is returning the wrong result, so the issue is in the library, not the plugin. I'll try...
That's not a bug, it's the intended behavior. Modern Android biometrics APIs aren't method-specific.
@ioanniskouts That would be a question for the Android team; as I noted above the bug here is not in the plugin; the plugin is simply reporting the responses returned...
@UnluckyY1 Apologies, I've fixed the links. I didn't notice that they had redirected for me.
main.cpp is only supposed to have `Create()`; `Show()` is in runner/flutter_window.cpp as a first frame callback handler. Is your Flutter application throwing an exception before the first draw in release...
I checked since I was curious if my intuition about possible ways of getting this was correct, and it is the case that the flow change transformed very early exceptions...
@riccardo-lomazzi > What happened is that it generated all the files correctly, minus the `win32_window.cpp` file, where the following instruction was missing from the `OnCreate` method, before `return true;`: Not...
> In FlutterFire, we are using channels with arbitrary names to listen to events emitted by native. Can you elaborate on the usecase here? Why do you need to have...
Null has a special meaning as a string terminator in some common representations. This isn't even possible to express without charging the C embedder API for the sole purpose of...
@chinmaygarde Why is not having this documented WAI? The fact that null bytes aren't going to work isn't obvious in all contexts.