Adding support for combining this library with realm#1350
Adding support for combining this library with realm#1350martinale14 wants to merge 5 commits intogoogle:masterfrom
Conversation
|
Uh...I'm excited to see the contribution. Making something specific to one other framework is less than ideal, but I'm interested in iterating. What are you trying to do here? I don't see any tests or a changelog entry |
Actually im working on a better solution, im going to update this pr adding some test cases and the changelog, i tried to remove some code to change the core of the package and maintain old implementations |
I don't like "support realm". That's a bit of a deal breaker. If you could explain what you're trying to do a bit more, I'm happy to discuss! |
|
``> > > Uh...I'm excited to see the contribution.
realm is a solution for local and remote db, and also generates a file and it generates with this structure: generates this code: but when combining with json serializable this causes an error its that the serializable generates converters for the _TeacherModelClass, so the idea of the pr is to create a flag that allow us to build depending on the realm generated model following the same rules |
No description provided.