Uwe (ObjectBox)

Results 615 comments of Uwe (ObjectBox)

@tneotia We have released preview version `1.8.0-dev.0` which allows to send objects containing `ToOne` and `ToMany` relations across isolates, e.g. when using `store.runInTransactionAsync`. We would welcome any feedback and additional...

This is now possible with [the new `2.0.0` release](https://github.com/objectbox/objectbox-dart/releases/tag/v2.0.0).

If there is an update, [we will share it](https://github.com/objectbox/objectbox-dart/issues/221#issuecomment-825659322). See our last comment on [possible workarounds](https://github.com/objectbox/objectbox-dart/issues/221#issuecomment-823042961). If you are interested in this, please thumbs up the first post instead. This...

Gave up on checking this, as said modified `.gitignore` files to work with it.

Same for `@Index`, reported originally in #528.

Also freezed classes with non-required properties are affected by this, see #565.

Annotating getters will be possible with the next release. You will be able to do something like this: ```dart @Property(type: PropertyType.date) @Index() DateTime get date => TODO; set date(DateTime value)...

@noob8boi We'll share updates when there are some. If you are interested in this, it helps us more to prioritize this by using thumbs up on the first comment!

@ChickenF622 Loading the library should not longer fail due to the reasons above on Android 13. It is more likely that you - maybe configured the build to somehow exclude...

I just released a preview release `objectbox: ^2.1.1-dev.2` which contains a new `loadObjectBoxLibraryAndroidCompat()` method in `objectbox_flutter_libs` (and `objectbox_sync_flutter_libs`). If you are affected, it would help us if you could test...