refactor: extract UI components into dedicated widgets for the client settings page and update repository constructor.
This commit is contained in:
@@ -15,7 +15,7 @@ class ClientSettingsModule extends Module {
|
||||
void binds(Injector i) {
|
||||
// Repositories
|
||||
i.addLazySingleton<SettingsRepositoryInterface>(
|
||||
() => SettingsRepositoryImpl(i.get<AuthRepositoryMock>()),
|
||||
() => SettingsRepositoryImpl(mock: i.get<AuthRepositoryMock>()),
|
||||
);
|
||||
|
||||
// UseCases
|
||||
|
||||
Reference in New Issue
Block a user