Thomas Anderl

Results 10 comments of Thomas Anderl

Is this gonna be addressed?

Thanks for the response. My user has a pets array tho. How am I supposed to access this in a sorted way then? As I would access it over user.pets,...

@nielsenko I simplified the model as much as possible: ``` class User { final List pets = []; } class _Pet { late final String name; late final ObjectId ownerId;...

@nirinchev Sometimes the solution can be that easy :) Thank you very much, this is a very clean workaround. @nielsenko Thank you. That solution worked. In my case it is...

Any Updates to this ?

Same issue here. Is there a workaround to not have the value accessor throw that error?

Is there any update on this feature request? It seems like a pretty important functionality to me.

Is there any update to this? MongoDB has something similar: ``` import 'package:realm_dart/realm.dart'; -- part 'realm_models.g.dart';   // NOTE: These Realm models are private and therefore should be copied into the...

Any updates on this? I am seeing my production app crashing due to this.