Questions tagged [objectbox-android]
17 questions
0
votes
1 answer
ObjectBox: problem opening in Dart a DB file created in Java
I had a running app in Java on Android, and now I try to migrate it to Flutter/Dart. So I re-created the models in Dart and tried the best to match the types with Java. One thing I noticed that can't be exactly matched is model inheritance in Java…

LXJ
- 1,180
- 6
- 18
0
votes
3 answers
ObjectBox does not keep previous values after type migration
We had to migrate one of the field-params in an entity from long to BigDecimal. Migration is quite smooth but there is a problem; we want to keep previous values to be set to the migrated field. But as soon as ObjectBox is initialized it defaults…

Farid
- 2,317
- 1
- 20
- 34