-
is there any progress
-
**Describe the bug**
Just trying to start my store, nothing more
**Basic info:**
- ObjectBox Dart version: 0.11.0
- Flutter/Dart SDK: ">=2.7.0
-
-
The main issue is that the `order()` method does not work for kotlin.Long argument/property.
Basic info:
- ObjectBox version 3.1.0
- Reproducibility: always
- Device: custom
- OS: Android 7…
-
-
Please add support for objectbox as well :)
https://pub.dev/packages/objectbox
-
**Steps to Reproduce**
By trying to load a backlink. There is not much documentation about backlink so I guessed we simply need to load the backlink to retrieve the target.
However, when I try, I …
-
I am getting the following exception on startup when trying to open the store using the generated method `openStore()`. I am not specifying the directory to use.
```
Exception has occurred.
_Cast…
-
## Command
```
flutter build apk --no-tree-shake-icons --obfuscate --split-debug-info=./ProjectFolderName/debug
```
## Steps to Reproduce
1. ...
2. ...
3. ...
## Logs
FileSystemException:…
-
In the android version, together with the Unique annotation, we have the option to define the Overlay strategy @Unique(onConflict = ConflictStrategy.REPLACE).
It needs to have this same option for Sw…