- Requires at least Dart SDK 3.4 or Flutter SDK 3.22.
- Allow analyzer 7, dart_style 3, source_gen 2 and pointycastle 4. #705
- Examples: demos are compatible with JDK 21 included with Android Studio Ladybug or later, require
Flutter SDK 3.24 (with Dart SDK 3.5) or newer. - Update ObjectBox database for Flutter Linux/Windows, Dart Native apps to 4.2.0.
- Update ObjectBox database for Flutter Android apps to 4.2.0.
If your project is using Admin, make
sure to update toio.objectbox:objectbox-android-objectbrowser:4.2.0
inandroid/app/build.gradle
. - Update ObjectBox database for Flutter iOS/macOS apps to 4.2.0.
For existing projects, runpod repo update
andpod update ObjectBox
in theios
ormacos
directories.