feat(app): Реализовать тему через theme_tailor (#13)

* chore(.gitignore): добавил игнорирование кодогенерации
* chore(pubspec): добавил theme_tailor в зависимости
* feat(app): добавил theme_tailor кодогенерацию темы
* refactor(app, debug): заменил использование расширение контекста
* chore(.gitignore): убрал игнорирование кодогена
* feat(app): добавил сгенерированный файл
This commit is contained in:
zl0y4951
2025-06-19 12:51:57 +03:00
committed by GitHub
parent 4d746ce23c
commit 427a821e5d
8 changed files with 157 additions and 81 deletions

View File

@@ -32,6 +32,8 @@ dependencies:
equatable: 2.0.7
theme_tailor_annotation: 3.0.2
### основной сервис с интерфейсами
i_app_services:
path: ./app_services/i_app_services
@@ -50,6 +52,7 @@ dev_dependencies:
flutter_gen_runner: 5.10.0
flutter_gen: 5.10.0
flutter_lints: 6.0.0
theme_tailor: 3.0.3
flutter:
uses-material-design: true