Skip to content

Commit f3ebcdc

Browse files
committed
FLUT-915954-[Others]: Changed name of user
1 parent 3480bf5 commit f3ebcdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class _ChatScreenState extends State<ChatScreen> {
6969
ChatMessage(
7070
text: text,
7171
time: DateTime.now(),
72-
author: const ChatAuthor(id: 'User', name: 'Anu'),
72+
author: const ChatAuthor(id: 'User', name: 'Anitha'),
7373
),
7474
);
7575
});

0 commit comments

Comments
 (0)