getx_base_classes library

Classes

BaseAppEnv
Singleton class for managing the base application environment configuration.
BaseBinding
An abstract class that serves as the base for defining Bindings in GetX.
BaseConnect
A base class for managing HTTP requests and connections using GetX.
BaseController<T>
A base controller class providing common functionality for handling asynchronous operations and API calls.
BaseRequest
A base class representing a request with common properties.
BaseResponse<T>
A generic class representing a response with common properties.
BaseView<T extends BaseController>
An abstract class representing a base view in a GetX architecture with common functionality.
BaseWidget<T extends BaseController>
An abstract class representing a base widget in a GetX architecture with common functionality.
ConfigConstants
Constants class containing keys for different configuration values.
Responsive
A widget that adjusts its child based on the screen size and orientation.

Enums

DisplayScreenType
Enumeration representing different display screen types.
Environment
Enumeration representing different environments: Development (DEV), User Acceptance Testing (UAT), and Production (PROD).