Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSarwar committed Jun 24, 2023
1 parent ea98604 commit 96f3d3b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/Screens/home_Screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,14 @@ class _HomeScreenState extends State<HomeScreen> {
key.currentState!.save();
Get.back();

_messageCollection.add({
_messageCollection.add(
{
'message': _controller.message.value,
'date':
'${DateTime.now().day}.${DateTime.now().month}.${DateTime.now().year}',
});
}

);
}
},
),
Expand Down

0 comments on commit 96f3d3b

Please sign in to comment.