mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2026-02-05 11:42:17 +00:00
refactor(linter): Перейти на friflex_linter, обновить правила
This commit is contained in:
@@ -26,9 +26,7 @@ class AppRouter {
|
||||
return GoRouter(
|
||||
navigatorKey: rootNavigatorKey,
|
||||
initialLocation: initialLocation,
|
||||
observers: [
|
||||
debugService.routeObserver,
|
||||
],
|
||||
observers: [debugService.routeObserver],
|
||||
routes: [
|
||||
StatefulShellRoute.indexedStack(
|
||||
parentNavigatorKey: rootNavigatorKey,
|
||||
|
||||
Reference in New Issue
Block a user