settings library

Settings of application

Classes and providers that store configuration settings and related functions. They mostly store it in SharedPreferences.

Classes

JournalArchiveSize Journal Providers UI Settings
Provider of setting - max amount of entries stored in Journal.
SettingServiceSizeWidget
Widget for changing size of ServiceCard view in list of services.
SettingsScreen
TileMagnification Providers UI Settings
Provider of setting - Magnification of tiles in list of services.
TileType Providers UI Settings
Provider of setting - Type of tiles in list of services.

Properties

journalArchiveSizeProvider AutoDisposeNotifierProviderImpl<JournalArchiveSize, int> Journal Providers UI Settings
Provider of setting - max amount of entries stored in Journal.
final
tileMagnificationProvider NotifierProviderImpl<TileMagnification, double> Providers UI Settings
Provider of setting - Magnification of tiles in list of services.
final
tileSize ProviderFamily<Size, Tuple2<Size, String>> Providers UI Settings
Calculate size of ServiceCard based on parentSize tileMagnificationProvider and tileTypeProvider.
final
tileTypeProvider NotifierProviderImpl<TileType, String> Providers UI Settings
Provider of setting - Type of tiles in list of services.
final