Simon Choi
Simon Choi
@KarimAbdo No I didn't have time to work on this issue yet. A PR would be greatly appreciated 😇
Hey! Very open to adding this. Could you explain a little more what kind of queries you'd like to run exactly?
The problem is that there is no way to bundle both a x64 and arm64 library with a Flutter app. So just not throwing an error is not the way...
The compilation happens in the release workflow in the .github folder. Unfortunately I didn't get the arm compilation to work on the x64 github runnner 😕
I'm able to build an arm64 linux binary now. Does anyone know how to bundle x64 and arm64 binaries in the Flutter `CMakeLists.txt`?
It would help a lot if anyone found a way to reproduce this and tell me on which physical device. Otherwise it's very difficult for me to help with this.
@Joel134 does it happen if you close and immediately reopen the app or even if you wait a short while? Were you able to reproduce the issue?
It would be incredibly helpful if someone found a way to reproduce this. Until then it's very difficult for me to fix
Would anyone be able to provide a small working demo app that shows the issue?
I like this idea. It will be mandatory when non-nullable types are released and you want to add a non-nullable field to an existing object.