You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
DependenciesScope(child: RepositoryScope( - all this scopes data quite internal and could be nice to hide it from the below levels.
For example they could be joined into AppScope that will share only interfaces that could be visible below.
Could be nice to organize Scopes in more structured way, for example:
RootRestorationScope(restorationId: 'id', child:
AppEnvironmentScope(
child: AppInitScope(
child: AppAuthScope(
child: AppScope(
child: AppRouterScope(),
without unneeded DependenciesScope.of(context).database visible everywhere and etc
Could be nice to place *Scope.dart in one place instead spread them into feature, core... folders
The text was updated successfully, but these errors were encountered:
Could be nice to reorganize App Scopes
DependenciesScope(child: RepositoryScope( - all this scopes data quite internal and could be nice to hide it from the below levels.
For example they could be joined into AppScope that will share only interfaces that could be visible below.
Could be nice to organize Scopes in more structured way, for example:
RootRestorationScope(restorationId: 'id', child:
AppEnvironmentScope(
child: AppInitScope(
child: AppAuthScope(
child: AppScope(
child: AppRouterScope(),
Could be nice to place *Scope.dart in one place instead spread them into feature, core... folders
The text was updated successfully, but these errors were encountered: