-
**Describe the bug**
We have an app with around 50-60 instrumentation tests. Most of them use an underlying and temporary ObjectBox database. After a certain amount of tests in a row, we run reproduc…
-
The current records proposal uses then *name* `$0` to access the first positional field of a record.
It's a simple approach which requires no new syntax, because it's just a named member access lik…
-
Hi, i am having an issue passing parameters to my query. I have the following object box class
```dart
import 'package:finsec/features/dashboard/data/datasources/InheritedProvider.dart';
impo…
-
I can compile the application with flutter or vscode, but not with Xcode.
I tried re-create iOS folder, run `flutter clean` , remove `podfile.lock` and `Pods` folder, run `pod clean & pod insta…
-
***Getting all the elements from database at once just like normal query. `ObjectBox` implementation of `PagingDataSource` completely ignores `PageConfig.pageSize` value.***
The documentation is ou…
-
**Describe the bug**
Loading native library failed.
**Basic info (please complete the following information):**
- ObjectBox version 2.9.1
- Reproducibility: Occasionally a single device
- De…
-
## Bug report
**Describe the bug**
We have initialized the `FirebaseMessaging.onBackgroundMessage(backgroundMessageCompute);` before our `runApp()` function where `backgroundMessageCompute` is a …
-
Just a note to look into xyjax compatibility. I ran into issues when trying it out; will add more information later.
-
You might wanna to look at this link for the benchmarks of existing flutter/dart database against Isar version.
https://objectbox.io/objectbox-dart-flutter-v0-11-database-performance-relations/
-
I am looking to debut into contributing to this amazing project however I am stuck into getting the unit testing to pass on my local machine, I need a unit test to pass before I write any code here ar…