app_service library

Classes

AppService
AppServiceMessages
AppTools
ColorfulThemeIcon
CupertinoLanguageSelectPage
DarkIconToggle
Widget that toggles between dark and light icons based on the current theme mode.
DarkModeSwitch
Color changeover switch
LangSelectMenu
Language selection menu
LanguageSelectPage
Messages
Messages class extends Translations and is responsible for combining multiple translation maps into a single map. It provides a convenient way to manage translations in Flutter applications using the GetX package. Example Usage:
ThemeItem
ThemeItemState
ThemeModal
Color theme selection modal box
ThemeModalState
Wen
Language selection menu

Enums

ColorThemesEnum
主题颜色的枚举,包括了每个主题的名称。
LanguageEnum
枚举表示不同的语言代码。

Functions

showThemeModal(dynamic context, {double itemSize = 40, List<ColorThemesEnum> themes = const []}) → void