github objectbox/objectbox-dart v2.2.0

latest releases: v4.0.2, v4.0.1, v4.0.0...
13 months ago
  • For Flutter apps running on Android 6 (or older): added loadObjectBoxLibraryAndroidCompat() to
    objectbox_flutter_libs (and objectbox_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 closed Box, Query and PropertyQuery.

  • 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

Don't miss a new objectbox-dart release

NewReleases is sending notifications on new releases.