feat(debug): Удалить Talker (#2)

Co-authored-by: petrovyuri <y.petrov@friflex.com>
This commit is contained in:
Yuri Petrov
2025-02-04 10:18:41 +03:00
committed by GitHub
parent 40fc2209a4
commit 933c1a0f0f
17 changed files with 165 additions and 378 deletions

View File

@@ -31,7 +31,7 @@ class DebugScreen extends StatelessWidget {
onPressed: () async {
await context.di.debugService.openDebugScreen(context);
},
child: const Text('Вызывать Talker'),
child: const Text('Вызывать Экран отладки'),
),
],
),