Jon P
Jon P
removed as incorrect issue
We also hit this same scenario where our 'web' Flutter app needed json_serializable package and our native macOS/Windows/iOS/Andriod applications use realm-dart package... You cant use both simultaneously... Whilst there are...
Thank you @desistefanova for your suggestion - prefer not to duplicate code, but at the same time this is a workaround that will work. Thank you again and hope you...
The @PrimaryKey() is the UID for the DB document (https://www.mongodb.com/docs/realm/sdk/flutter/realm-database/define-realm-object-schema/#primarykey) so can not be null - how would we uniquely identify each DB document otherwise? It would be good as...
It would be good to understand the use case of having a null @PrimaryKey() DB document UID. Within our firm we always use unique ObjectID's for UIDs in order to...
@nielsenko apologies we have not come back yet - will make a reply with a full example shortly.
Just checking in to see if there has been any update on this?
Just wondering if there have been any advances on this? We did review other data types and potential workarounds, but as https://www.mongodb.com/developer/products/mongodb/bson-data-types-decimal128/ mentions, Decimal128 is the only way when dealing...
thanks for the update @nirinchev and good to hear its on the way
Just wondering if there have been any advances on this?