Skip to content

v2.4.0

Compare
Choose a tag to compare
@greenrobot-team greenrobot-team released this 13 Dec 11:44
· 186 commits to main since this release
  • Fix crash in Flutter plugin when running in debug mode on iOS. #561

  • Support Flutter projects using Android Gradle Plugin 8. #581

  • Flutter for Linux/Windows: fix CMake build deprecation warning. #522

  • Flutter for Linux/Windows, Dart Native: update to objectbox-c 0.20.0.

  • Flutter for Android: update to objectbox-android 3.7.1.
    If you are using Admin, make sure to update to io.objectbox:objectbox-android-objectbrowser:3.7.1 in android/app/build.gradle.
    Notably requires Android 4.4 (API level 19) or higher.

  • Flutter for iOS/macOS: update to objectbox-swift 1.9.1.
    Existing projects may have to run pod repo update and pod update ObjectBox.
    Notably requires iOS 12.0 and macOS 10.15 or higher.

  • Sync: add Sync.clientMultiUrls to work with multiple servers.