PackageTrack
Sign in Get early access

objectbox_flutter_libs

Superfast NoSQL Flutter / Dart database. This package contains Flutter runtime libraries for ObjectBox.

5.3.2 147K downloads/mo #964 most downloaded on pub.dev objectbox/objectbox-dart

What this package is like to depend on

Last release 1 months ago

15 Jul 2026

Ships fairly regularly

a new release about every 3 weeks

Rarely documented

notes for 8 of 55 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

141 releases · first in 2020

28 releases in the last 12 months

see the full history below

Release timeline

141 releases · Aug 2020 to Jul 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 141
  1. 6.0.0-preview.2 15 Jul 2026 pre-release

    Nothing published for this version

  2. 6.0.0-preview.1 08 Jun 2026 pre-release

    Nothing published for this version

  3. 6.0.0-preview.0 07 Jun 2026 pre-release

    Nothing published for this version

  4. 6.0.0-beta 15 Jul 2026 pre-release

    Nothing published for this version

  5. 5.3.2 20 May 2026
    Release notes
    • Update ObjectBox database for Flutter Linux/Windows, Dart Native apps to 5.3.2-2026-05-05
    • Update ObjectBox database for Flutter Android apps to 5.3.2-2026-05-05.
      If your project is using Admin, make sure to update to io.objectbox:objectbox-android-objectbrowser:5.4.2 in android/app/build.gradle.kts or android/app/build.gradle.
    • Update ObjectBox database for Flutter iOS/macOS apps to 5.3.2-next-2026-05-16.
      For existing projects, run pod repo update and pod update ObjectBox in the ios or macos directories.
    Open source →
  6. 5.3.2-dev.0 19 May 2026 pre-release

    Nothing published for this version

  7. 5.3.1 27 Mar 2026
    Release notes
    • Update ObjectBox database for Flutter Linux/Windows, Dart Native apps to 5.3.1-2026-03-26
    • Update ObjectBox database for Flutter Android apps to 5.3.1-2026-03-26.
      If your project is using Admin, make
      sure to update to io.objectbox:objectbox-android-objectbrowser:5.4.1 in
      android/app/build.gradle.kts or android/app/build.gradle.
    • Update ObjectBox database for Flutter iOS/macOS apps to 5.3.1-2026-03-26.
      For existing projects, run pod repo update and pod update ObjectBox in the ios or macos directories.

    Sync

    • Critical fix for Sync clocks
    • Add Sync.syncClockTimestamp() to get a timestamp from a Sync clock (and a variation for a corrected timestamp)
    Open source →
  8. 5.3.1-rc.1 27 Mar 2026 pre-release

    Nothing published for this version

  9. 5.3.0 25 Mar 2026
    Release notes

    For Sync clocks, please update to 5.3.1

    • 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 to io.objectbox:objectbox-android-objectbrowser:5.4.0 in
      android/app/build.gradle.kts or android/app/build.gradle.
    • Update ObjectBox database for Flutter iOS/macOS apps to 5.3.0-2026-03-23.
      For existing projects, run pod repo update and pod update ObjectBox in the ios or macos directories.

    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
    Open source →
  10. 5.3.0-preview2 18 Mar 2026 pre-release
    Release notes

    Prepare release 5.3.0-preview2

    Open source →
  11. 5.3.0-preview1 19 Feb 2026 pre-release
    Release notes

    Update Android version to 5.2.1-preview1

    Open source →
  12. 5.2.0 28 Jan 2026
    Release notes
    • Allow analyzer versions 9 and 10. #780
    • Update ObjectBox database for Flutter Linux/Windows, Dart Native apps to 5.1.0-2026-01-19.
    • Update ObjectBox database for Flutter Android apps to 5.1.0-2026-01-19.
      If your project is using Admin, make sure to update to io.objectbox:objectbox-android-objectbrowser:5.1.0 in android/app/build.gradle.kts or android/app/build.gradle.
    • Update ObjectBox database for Flutter iOS/macOS apps to 5.1.1-dev-2026-01-21.
      For existing projects, run pod repo update and pod update ObjectBox in the ios or macos directories.

    Sync

    • New Sync protocol V8: using new clients also requires a server update
    • SyncClient: add a constructor, deprecate Sync.client and related helper methods.
    • SyncClient: add constructor parameters to provide custom certificates and configuration flags.
      • Remove-operations with object content for Sync filters (optional setting; sync flag)
      • Add DebugLogTxLogs sync flag to log TX log processing on the client side
      • Add SkipInvalidTxOps sync flag to skip invalid operations in a TX log on the client side; errors
        are logged and the TX is only partially applied.
    • Remove superfluous sync listener triggers when sync filters "report updates" (SKIP_TX)
    • Sync clients compress earlier: reduces disk storage for outgoing data
    • Reworked certificates for Apple platforms
    • Removed support for older Sync protocol versions before 2024-09; protocol V5+ is now required.
    Open source →
  13. 5.2.0-dev.0 28 Jan 2026 pre-release

    Nothing published for this version

  14. 5.1.0 18 Dec 2025
    Release notes
    • Added flex properties that can hold any kind of data ("schema-less") supporting the following types on the Dart side:
      • Maps: JSON-like data structure with string keys and arbitrary values, including nested maps and lists.
      • Lists: can hold elements of any type, even mixed (like JSON arrays).
        On the Dart side, ObjectBox also offers binding to a list of maps, e.g. List<Map<String, dynamic>>.
      • Dynamic/Object: can hold any kind of data, including primitive types like integer, floating point and string,
        plus maps and lists.
      • Sync note: when used together with the MongoDB Connector,
        flex properties allow storing nested documents from MongoDB.
    • Added dateUtc and dateUtcNano property types for DateTime read back UTC.
      #308
    • Added "GeneratorVersion" enum to enforce generated code is compatible with the runtime library.
      You must run dart run build_runner build after updating the objectbox package.
      Until you regenerate code, compiling will fail with a message like this:
      "Error: Required named parameter 'generatorVersion' must be provided".
    Open source →
  15. 5.1.0-dev.2 17 Dec 2025 pre-release

    Nothing published for this version

  16. 5.1.0-dev.1 17 Dec 2025 pre-release

    Nothing published for this version

  17. 5.1.0-dev.0 12 Dec 2025 pre-release

    Nothing published for this version

  18. 5.0.4 09 Dec 2025
    Release notes
    • Update ObjectBox database for Flutter iOS/macOS apps to 5.1.1.
      For existing projects, run pod repo update and pod update ObjectBox in the ios or macos directories.
      • Sync client: fix for encrypted (wss://) connections on iOS devices.
    Open source →
  19. 5.0.4-dev.0 09 Dec 2025 pre-release

    Nothing published for this version

  20. 5.0.3 03 Dec 2025
    Release notes
    • Update ObjectBox database for Flutter Linux/Windows, Dart Native apps to 5.0.0.
    • Update ObjectBox database for Flutter iOS/macOS apps to 5.1.0.
      Requires macOS 11 or iOS 15 and at least Swift 6.1 tools to compile.
      For existing projects, run pod repo update and pod update ObjectBox in the ios or macos directories.
    Open source →
  21. 5.0.2 10 Nov 2025
    Release notes
    • macOS: throw an error if the macosApplicationGroup parameter when opening a Store is too long (or empty). #515

    Sync

    • SyncClient: actually configure Sync filters when passing them to Sync.client and related helper methods.
    Open source →
  22. 5.0.2-dev.0 10 Nov 2025 pre-release

    Nothing published for this version

  23. 5.0.1 29 Oct 2025

    Nothing published for this version

  24. 5.0.1-dev.0 29 Oct 2025 pre-release

    Nothing published for this version

  25. 5.0.0 01 Oct 2025

    Nothing published for this version

  26. 5.0.0-dev.0 01 Oct 2025 pre-release

    Nothing published for this version

  27. 4.3.1 02 Sep 2025

    Nothing published for this version

  28. 4.3.1-dev.0 02 Sep 2025 pre-release

    Nothing published for this version

  29. 4.3.0 28 May 2025

    Nothing published for this version

  30. 4.2.0 15 Apr 2025

    Nothing published for this version

  31. 4.2.0-dev.0 15 Apr 2025 pre-release

    Nothing published for this version

  32. 4.1.0 04 Feb 2025

    Nothing published for this version

  33. 4.1.0-dev.0 04 Feb 2025 pre-release

    Nothing published for this version

  34. 4.0.3 17 Oct 2024

    Nothing published for this version

  35. 4.0.3-dev.1 17 Oct 2024 pre-release

    Nothing published for this version

  36. 4.0.3-dev.0 17 Oct 2024 pre-release

    Nothing published for this version

  37. 4.0.2 14 Aug 2024

    Nothing published for this version

  38. 4.0.2-dev.0 14 Aug 2024 pre-release

    Nothing published for this version

  39. 4.0.1 27 May 2024

    Nothing published for this version

  40. 4.0.1-dev.0 27 May 2024 pre-release

    Nothing published for this version

  41. 4.0.0 15 May 2024

    Nothing published for this version

  42. 4.0.0-dev.0 15 May 2024 pre-release

    Nothing published for this version

  43. 2.5.1 04 Mar 2024

    Nothing published for this version

  44. 2.5.1-dev.0 04 Mar 2024 pre-release

    Nothing published for this version

  45. 2.5.0 14 Feb 2024

    Nothing published for this version

  46. 2.5.0-dev.0 14 Feb 2024 pre-release

    Nothing published for this version

  47. 2.4.0 13 Dec 2023

    Nothing published for this version

  48. 2.3.2-dev.1 13 Dec 2023 pre-release

    Nothing published for this version

  49. 2.3.2-dev.0 23 Oct 2023 pre-release

    Nothing published for this version

  50. 2.3.1 02 Oct 2023

    Nothing published for this version

  51. 2.3.1-dev.2 02 Oct 2023 pre-release

    Nothing published for this version

  52. 2.3.1-dev.1 02 Oct 2023 pre-release

    Nothing published for this version

  53. 2.3.1-dev.0 02 Oct 2023 pre-release

    Nothing published for this version

  54. 2.3.0 19 Sep 2023

    Nothing published for this version

  55. 2.2.1 22 Aug 2023

    Nothing published for this version

  56. 2.2.1-dev.0 22 Aug 2023 pre-release

    Nothing published for this version

  57. 2.2.0 08 Aug 2023

    Nothing published for this version

  58. 2.1.1-dev.3 08 Aug 2023 pre-release

    Nothing published for this version

  59. 2.1.1-dev.2 11 Jul 2023 pre-release

    Nothing published for this version

  60. 2.1.1-dev.1 04 Jul 2023 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive