State machine work

This commit is contained in:
Christien Rioux 2025-05-23 11:30:26 -04:00
parent 61855521dc
commit be8014c97a
34 changed files with 703 additions and 505 deletions

View file

@ -17,6 +17,7 @@ const Map<String, LogLevel> _blocChangeLogLevels = {
'PreferencesCubit': LogLevel.debug,
'ConversationCubit': LogLevel.debug,
'DefaultDHTRecordCubit<Conversation>': LogLevel.debug,
'WaitingInvitationCubit': LogLevel.debug,
};
const Map<String, LogLevel> _blocCreateCloseLogLevels = {};