-
- ObjectBox version: 1.5.0
- Flutter/Dart SDK: Flutter 3.0.1 / Dart SDK version: 2.17.1 (stable) (Tue May 17 17:58:21 2022 +0000) on "linux_x64"
- Null-safety enabled: yes
- Reproducibility: always…
-
**Bug description**
Our app crashes on application start in production with the following exception according to Firebase:
Caused by java.lang.LinkageError:
[ObjectBox] Loading native library …
-
```
@Entity(uid: 7376825570504103358)
class Invoice {
int id;
DateTime date = DateTime.now();
ToMany products = ToMany();
double total;
Invoice({
this.id = 0,
required t…
-
### Basic info (please complete the following information):
- ObjectBox version: 1.4.1
- Flutter/Dart SDK: 2.10.3
- Null-safety enabled: yes
- Reproducibility: yes, sample available here
- OS: …
-
-
## System info
Platform the Issue occurs on: Android
Plugin name: android_alarm_manager_plus
Plugin version: 2.0.5
## Steps to Reproduce
I could not reproduce the issue. It appears seemingl…
-
![image](https://user-images.githubusercontent.com/54345239/149028926-dc377bf5-bba9-4dc7-b57c-d4dc3f35838b.png)
Hello thanks a lot for making my life easier with ObjectBox.
I faced a problem…
-
i am sure this is bug for version +3.0.0 , because everything work well until 2.9.2-RC4
i have a model like this
```
@Entity
data class OBKeyValue(
@Id
var id: Long = 0,
var…
-
After upgrading ObjectBox to version 1.0.0, I started receiving an exception every time I start the Store, I only catch this exception when I enable Visual Studio Code "All Exceptions" option, and it …
-
**Steps to Reproduce**
Isar is not looking into /usr/local/lib and as such any local versions of the libisar.dylib will not be found. I've created a script to download and install the isar lib locall…