mhadaily/flutter-architecture-ddd

[QUESTION] Best practices for shared models between domains?

fabricioloupias opened this issue · 0 comments

Use case:

A user model needs to be in several modules. In this case, some domains would share the User.

Question:

Which, in your opinion, is the best solution to solve use cases in which several domains share the same model. Respecting architecture and without breaking responsibilities?