mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2026-02-05 03:32:18 +00:00
refactor(app): перенести роутер ближе к месту инициализации в AppRoot
This commit is contained in:
@@ -63,7 +63,7 @@ class AppRunner {
|
||||
);
|
||||
// Инициализация метода обработки ошибок
|
||||
_initErrorHandlers(_debugService);
|
||||
runApp(AppRoot(diContainer: diContainer, router: router));
|
||||
runApp(AppRoot(diContainer: diContainer));
|
||||
await _onAppLoaded();
|
||||
} on Object catch (e, stackTrace) {
|
||||
await _onAppLoaded();
|
||||
|
||||
Reference in New Issue
Block a user