2 Repos
Independent units of functionality that can be grouped and managed as a single module.
Distinct from Modular Business Logic Compositions: Distinct from business logic compositions by focusing on the structural grouping of functionality as modules.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Application Modules. Refine with filters or upvote what's useful.
This project is a Swift iOS architecture template that implements the Clean Architecture pattern. It organizes software into distinct layers to decouple business rules from external frameworks, user interfaces, and infrastructure to improve testability and maintenance. The template incorporates Domain Driven Design to isolate core business logic and utilizes a modular application structure to divide features into independent modules. It employs the Coordinator pattern to remove routing logic from view controllers and a dependency injection framework to ensure components remain independent and
Breaks the application into independent functional modules to enhance build scalability and separation of concerns.
Modular is a framework for the Flutter ecosystem that provides a structured approach to application architecture through module-based dependency injection and navigation management. It enables developers to organize complex codebases into independent, decoupled units, facilitating the management of shared services and object lifecycles within specific application scopes. The framework distinguishes itself by offering hierarchical dependency scoping and lazy resolution, which allow for the automatic creation and disposal of objects based on the active module or page lifecycle. It also features
Groups related routes and dependency injection into independent units to decouple application logic.