v2.2.0
-
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
In this release objectbox_flutter_libs
ships with objectbox-android 3.5.1
and ObjectBox pod 1.8.1
.