stuartmorgan-g
stuartmorgan-g
Please see https://github.com/flutter/flutter/wiki/Issue-hygiene#when-will-my-bug-be-fixed
Closing since the original, https://github.com/flutter/flutter/issues/85772, has been re-opened.
> ```dart > indent.writeln('flutter::EncodableValue(reply(wrapped));'); > ``` `reply` is a function. I assume you meant to wrap `wrapped` here, not `reply(wrapped)`? I'm not actually sure why it's compiling without this, so...
> The bug can be reproduced with this simple example Yes, I understand the bug. As I said above, I don't actually know why it compiles in the non-clang compilers...
What version of `local_auth_android` are you using? You can look in pubspec.lock to find its version.
> and I'm having problems with android version 8.1, it closes the app Please file a new issue for that; this issue is about not falling back to pin.
Thanks for the update; closing as obsolete.
As I said in the referenced issue, this is likely a wontfix, since: > it's not at all clear how many of the APIs in File would work. content URIs...
You've shown a `file:` URI, not a `content:` URI. As I noted above, those have very different semantics.
> but still since its lead to a file destination It doesn't though, it resolved via an interprocess system-meditated data transfer.