flutter-clean-architecture
flutter-clean-architecture copied to clipboard
Imports of core package into domain package.
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 ).