| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 5.3.0 source code.tar.gz | 2026-03-25 | 7.8 MB | |
| 5.3.0 source code.zip | 2026-03-25 | 8.2 MB | |
| README.md | 2026-03-25 | 1.2 kB | |
| Totals: 3 Items | 15.9 MB | 0 | |
- Update ObjectBox database for Flutter Linux/Windows, Dart Native apps to 5.3.0-2026-03-23
- Update ObjectBox database for Flutter Android apps to
5.3.0-2026-03-23. If your project is using Admin, make sure to update toio.objectbox:objectbox-android-objectbrowser:5.4.0inandroid/app/build.gradle.ktsorandroid/app/build.gradle. - Update ObjectBox database for Flutter iOS/macOS apps to
5.3.0-2026-03-23. For existing projects, runpod repo updateandpod update ObjectBoxin theiosormacosdirectories.
Sync
- Customizable conflict resolution via the new annotations
@SyncClock()and@SyncPrecedence()(see docs for details) - Sync protocol version 10
- SyncClient: support updating filter variables. After login, stage updates using put and remove, then schedule to send them to the server with
applyFilterVariables(). - Clients report errors to the server
- Fix bad Sync client state after multiple full sync messages were interrupted
- Fix adding indexes to Sync types