Fix android tile service issues

This commit is contained in:
chen08209
2024-08-01 23:51:00 +08:00
parent 3fdc69edd5
commit 6cfcaa4edc
18 changed files with 268 additions and 173 deletions

View File

@@ -41,9 +41,10 @@ class ProfilesSelectorState with _$ProfilesSelectorState {
@freezed
class ApplicationSelectorState with _$ApplicationSelectorState {
const factory ApplicationSelectorState({
String? locale,
ThemeMode? themeMode,
int? primaryColor,
required String? locale,
required ThemeMode? themeMode,
required int? primaryColor,
required bool prueBlack,
}) = _ApplicationSelectorState;
}