flutter-clean-architecture icon indicating copy to clipboard operation
flutter-clean-architecture copied to clipboard

Imports of core package into domain package.

Open ARau87 opened this issue 3 years ago • 0 comments

In the domain package you have some imports from the core package ( in usecases and repositories folders ). The main advantage of the hexagonal architecture is explicitly to avoid such imports. The problem here is that the ports aren't part of the domain but of the application layer ( core package ).

ARau87 avatar Jan 21 '22 22:01 ARau87