get_navigation/src/routes/modules library
Classes
- Dependencies
- A class to manage dependencies within the application. This class provides methods to register, find, delete, and manage dependencies in a centralized manner. It leverages GetX for state management and dependency injection. This allows for lazy loading, lifecycle management, and the ability to work with isolated instances when needed.
- Module
- Abstract class representing a module in the application. Each module has its own UI and dependency setup.
- ModuleState
- State class that manages the lifecycle of the Module widget. It handles setting up dependencies and reporting route information.