Uwe (ObjectBox)
Uwe (ObjectBox)
Thanks for the suggestion! For now you will have to write your own filter code for this or remodel your data to use existing query conditions. Side note: the current...
@CaptainDario Dart has built-in helpers to filter iterables, e.g. [where()](https://api.dart.dev/stable/2.18.2/dart-core/Iterable/where.html).
No plans right now. Maybe create a separate box with meanings that link back to an Entry, then your code can query that using a contains condition? Something like: ```dart...
Thanks for reporting. Is there any log output when launching the app, e.g. an exception stack trace? Do you make sure to preserve the ObjectBox [model file](https://docs.objectbox.io/getting-started#keep-the-model-file) between builds?
Thanks! However, without a stack trace or specific error message I can't really tell what's wrong. My best guess based on the behavior is that the model file of your...
Thanks for your question! This is currently by design. The recommended architecture approach is to have a separate database for each package and wrap that in a repository class to...
Hi, sorry for seeing this so late (we typically track issues at https://github.com/objectbox/objectbox-java). Did you figure this out? Basically you need to map your DAO object to an ObjectBox object....
The original report lacks details, like a full exception stack trace and code snippet. Closing because this issue is missing details. Feel free to comment with additional details and we...
Closing this issue due to inactivity. :zzz: Feel free to comment with more details or submit a new issue.
How to use @Subscribe annotation on Xamarin.Forms Android platform using Greenrobot.EventBus package
@wangyankun33 Sorry, I can't really help. I have no experience with Xamarin projects. Try asking e.g. on Stack Overflow?