Desislava Stefanova
Desislava Stefanova
Query list arguments are now supported in [Realm SDK 1.4.0](https://pub.dev/packages/realm)
Supporting enums is in our list, but I can only say that it is not planned to be released soon. There are many others tasks before it.
Hi @ffeliciodeveloper, Welcome to the Realm community! It is hard for me to imagine how the code of your app looks like. But if you are asking whether to call...
Added new category `SyncResolveError` for network or server errors. The error codes of type `SyncResolveErrorCode` could be checked when receiving `syncErrorHandler` attached to the configuration.
Hi @exaby73, I created an empty Flutter application with one test that even doesn't test widgets. The test timeout on the same way because the app can not be started....
Hi @huycozy ! It works locally. The problem is only in GitHub CI.
Yes, it happens with the flutter stable channel also. Our MacOS CI tests stopped working since the Flutter 3.7.0 was released yesterday. We use the image[ macos-latest provided by GitHub](https://github.com/actions/runner-images/releases/tag/macOS-12%2F20230117.3)....
Sure, I have already provided a sample in a comment above. Here is the [repo ](https://github.com/desistefanova/fl-apps). You can check also the PR.
Thank you for the research! We have a workaround for now. We configured our Mac CI to run with Flutter 3.3.10. It will be great if you can find some...
We don't have this issue anymore. It can be closed. Thanks about the support!