v2.4.0
-
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 toio.objectbox:objectbox-android-objectbrowser:3.7.1
inandroid/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 runpod repo update
andpod update ObjectBox
.
Notably requires iOS 12.0 and macOS 10.15 or higher. -
Sync: add
Sync.clientMultiUrls
to work with multiple servers.