This commit is contained in:
Juan Felipe Duarte
2023-04-29 17:56:29 -05:00
parent 0f90bc7ee9
commit 5baf019198
6 changed files with 460 additions and 99 deletions
+2 -2
View File
@@ -88,7 +88,7 @@ class _SolicitudScreenState extends State<SolicitudScreen> {
),
);
},
leading: Text('${event.range1Hour1}'),
leading: Text(event.range1Hour1),
title: RichText(
text: TextSpan(
children: [
@@ -102,7 +102,7 @@ class _SolicitudScreenState extends State<SolicitudScreen> {
),
TextSpan(
text: DateFormat('dd MMM', 'es')
.format(DateTime.parse(event.day!)),
.format(DateTime.parse(event.day)),
style: const TextStyle(
color: Colors.grey,
fontSize: 16,