From b3dd850b0ab88b27ab5496850544e0ef7e9684f3 Mon Sep 17 00:00:00 2001 From: juan Date: Wed, 14 Aug 2024 13:39:02 -0400 Subject: [PATCH] needs polishing the sides --- lib/api_service.dart | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/api_service.dart b/lib/api_service.dart index d207d68..aaa016e 100644 --- a/lib/api_service.dart +++ b/lib/api_service.dart @@ -425,13 +425,18 @@ class _EmailViewState extends State { Row( children: [ Text( - widget.name, + 'from ${widget.name}', style: TextStyle(fontSize: 18), ), Text( '<${widget.from}>', style: TextStyle(fontSize: 18), ), + Spacer(), + Text( + '${widget.date}', + textAlign: TextAlign.right, + ) ], ), // TODO: make a case where if one of these is the user's email it just says me :)))))