Uwe (ObjectBox)
Uwe (ObjectBox)
We have released version `2.2.0` which includes [the compat method mentioned above](https://github.com/objectbox/objectbox-dart/issues/369#issuecomment-1598849470). Please update using `flutter pub upgrade` (or `dart pub upgrade` for Dart Native projects). Let us know if...
[With the latest release](https://github.com/objectbox/objectbox-dart/releases/tag/v2.5.0) (`2.5.0`) the workaround is called automatically when using the generated `openStore()` helper (requires to re-run `dart run build_runner build`). In this case you can remove the...
Closing as this has no concrete tasks. Also had a bunch of improvements thanks to new ffigen versions already. Edit: there is an internal issue to monitor Flutter and Dart...
As this is kind of asking for the `notOneOf` condition and to track interest in one place, closing this as a duplicate of #591.
Thanks! As said in #19, there is no official support for Swift Package Manager, yet. But we'll have a look when we next try to add SPM support.
Thanks for reporting! Could you explain a bit more on how this project is set up? Otherwise I'm not sure how to reproduce this. Note that ObjectBox for Swift currently...
Thanks for the details! I did a little research and could not find a solution for this. Maybe someone else has an idea?
@leononly Sorry, not yet. Note that a workaround is to write code that writes your objects as JSON (e.g. using Gson). Out of interest, what would you be using that...
This was fixed with the `3.6.0` release.
Just stumbled onto this, so leaving it here: https://github.com/dart-lang/build/blob/master/docs/faq.md#how-can-i-adjust-builder-ordering says it's possible to define ordering in your `build.yaml` file: ``` global_options: freezed:freezed: runs_before: - objectbox_generator:resolver ``` With this it should...