-
For Flutter apps running on Android 6 (or older): added
loadObjectBoxLibraryAndroidCompat()
to
objectbox_flutter_libs
(andobjectbox_sync_flutter_libs
). Use this to fix loading the
ObjectBox library on these devices.Let us know if this works for you in #369!
We might consider calling this automatically in a future release. -
Improve code generator performance if there are many entities with many constructor parameters.
-
Throw
StateError
instead of crashing on closedBox
,Query
andPropertyQuery
. -
Export query property classes to make them usable in user code.
-
Resolve an issue where unexpected data was returned when doing a read operation in an entity constructor or property setter. #550