flutter_domain_manager library
Classes
- DomainManager
- A singleton class that manages the subdomain for the application.
- DomainManagerConfig
- Configuration for the DomainManager. domain: The base domain for the application. Used for validation and redirection. debugCompany: A company to use for debugging purposes in development mode. allowedCompanies: A list of companies that are allowed to access the application. company: The current company set for the application. Should be set by the DomainManager.