Skip to content

Releases: objectbox/objectbox-dart

v0.6.0

19 Dec 14:02
b733f30

Choose a tag to compare

  • Flutter iOS support
  • Generator fixes and rework to support multiple entity files in addition to many entities in a single file.
    Please move objectbox-model.json to lib/ before running the generator.
  • Simplified Android support (automatic dependency).
  • Docs improvements
  • Updated to objectbox-c 0.8.1

v0.5.0

18 Nov 12:24

Choose a tag to compare

  • Dart 2.6 support - breaking change due to Dart 2.6 FFI changes.
    Please keep using 0.4 if you're on Dart 2.5 or Flutter. Currently no Flutter version comes with Dart 2.6 final.
    (thanks Jasm Sison for #57)
  • Docs fixes & improvements

v0.4.0

31 Oct 14:19
80cca76

Choose a tag to compare

  • Flutter Android support
  • Queries for all currently supported types (thanks Jasm Sison for #27 and #46]
  • More Box functions (count, isEmpty, contains, remove and their bulk variants) (thanks liquidiert for #42 and #45]
  • Explicit write transactions (thanks liquidiert for #50]
  • Resolved linter issues (thanks Gregory Sech for #31]
  • Updated to objectbox-c 0.7.2
  • First release on pub.dev

v0.3.0

15 Oct 13:04

Choose a tag to compare

  • ID/UID generation and model persistence (objectbox-model.json)
  • CI tests using GitHub Actions
  • Code cleanup, refactoring and formatting (thanks Buggaboo for #20 & #21)

ObjectBox Dart 0.2.0

11 Sep 12:13

Choose a tag to compare