Разделение навигации и реактивности

This commit is contained in:
Халимов Рустам
2026-05-15 11:00:38 +03:00
parent 40589dbb75
commit 4d4bc8edd1
9 changed files with 541 additions and 96 deletions
@@ -121,7 +121,7 @@ class ChatRepositoryImpl implements ChatRepository {
return remote;
}
// ignore: avoid_print
print('[DEBUG] Remote getMessages failed: ${remote.failure?.message}');
print('[DEBUG] Remote getMessages failed: ${remote.error?.message}');
return cached;
} else {
return remoteDataSource.getMessages(chatId, cursor: cursor);