modules/config/data/config_repository library

Constants

appName → const String
App-specific name used for the config folder (e.g., ~/.config/masoneer/)
configFileName → const String
The name of the TOML configuration file

Properties

configDir String
no setter
defaultAppConfig AppConfig
Default configuration with a working example repository.
final

Functions

loadConfig() Future<AppConfig>
Reads the TOML configuration file from the cross-platform user config directory.