Create chat belongs to realm

This commit is contained in:
2025-05-17 03:08:50 +08:00
parent db2c67ddeb
commit 401df0f49c
9 changed files with 148 additions and 71 deletions

View File

@ -470,6 +470,12 @@ class ChatRoomScreen extends HookConsumerWidget {
error: (_, __) => const Text('Error'),
),
actions: [
IconButton(
icon: const Icon(Symbols.video_call),
onPressed: () {
showInfoAlert('Oops', 'Not implemented yet...');
},
),
IconButton(
icon: const Icon(Icons.more_vert),
onPressed: () {