mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2026-02-05 03:32:18 +00:00
feat(debug): Удалить Talker (#2)
Co-authored-by: petrovyuri <y.petrov@friflex.com>
This commit is contained in:
@@ -9,7 +9,7 @@ import 'package:go_router/go_router.dart';
|
||||
class AppRouter {
|
||||
/// Конструктор для инициализации роутера
|
||||
const AppRouter();
|
||||
|
||||
|
||||
/// Ключ для доступа к корневому навигатору приложения
|
||||
static final rootNavigatorKey = GlobalKey<NavigatorState>();
|
||||
|
||||
@@ -22,9 +22,6 @@ class AppRouter {
|
||||
navigatorKey: rootNavigatorKey,
|
||||
debugLogDiagnostics: true,
|
||||
initialLocation: initialLocation,
|
||||
observers: [
|
||||
debugService.createRouterObserver(),
|
||||
],
|
||||
routes: [
|
||||
StatefulShellRoute.indexedStack(
|
||||
parentNavigatorKey: rootNavigatorKey,
|
||||
|
||||
Reference in New Issue
Block a user