Serge Morel

Results 30 comments of Serge Morel

Ah that explains the behaviour! My ref component is rendered together with the `MuuriComponent` and therefore the ref is still null during first render.

Blocking for me, 0.2.2 uses an outdated google-libphonenumber, which lacks several new metadata updates for phone numbers and therefor fails to parse and validate input. Edit: temporary fix for me...

I ended up adding the dependencies that require linking to my `devDependencies` and `peerDependencies`, effectively leaving the installation part of those dependencies to the user of my package.

You can always read out the file in base64 format using e.g. [RNFS](https://github.com/itinance/react-native-fs)

I'm getting the same issue randomly in production.

@rodydavis Have you had a chance to review the PR yet?

Also running into this issue, anyone found a decent workaround?

I have exactly the same issue. After completing the Google CVC check, it tries to fill in the form and starts flickering uncontrollably.

> It seems to be fixed in flutter 2.10.3! I've tried running my app on WEB using --web-renderer html and auto_size_text works as expected. Might need a little more testing,...

@nilsreichardt Did you end up finding how to print any more details? I'm stuck in debugging an issue because I don't know where to look because of this.