Refactor: Move theme management to ThemeController, add LocaleController and ScaleController for improved UI customization, and update related imports.

This commit is contained in:
2025-09-26 20:27:45 +02:00
parent ece3c333eb
commit d5f85c2f41
6 changed files with 94 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import 'package:app/core/app/theme.dart';
import 'package:app/core/ui/controller/theme.dart';
import 'package:app/modules/settings/modules/app/model/app_settings_view_model.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';

View File

@@ -1,4 +1,4 @@
import 'package:app/core/app/theme.dart';
import 'package:app/core/ui/controller/theme.dart';
import 'package:flutter/material.dart';
/// Domain-ish enums for clarity and easy (de)serialization.