objectbox-dart

Flutter database for super-fast Dart object persistence

APACHE-2.0 License

Stars
1K

Bot releases are visible (Hide)

objectbox-dart - v0.6.2

Published by vaind over 4 years ago

  • Support large object arrays on 32-bit platforms/emulators.
objectbox-dart - v0.6.1

Published by vaind over 4 years ago

  • Fixed Flutter Android/iOS release build failures
  • Updated to objectbox-c 0.8.2
objectbox-dart - v0.6.0

Published by vaind almost 5 years ago

  • 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
objectbox-dart - v0.5.0

Published by vaind almost 5 years ago

  • 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
objectbox-dart - v0.4.0

Published by vaind almost 5 years ago

  • 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
objectbox-dart - v0.3.0

Published by vaind about 5 years ago

  • 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 - ObjectBox Dart 0.2.0

Published by nalenz-objectbox about 5 years ago