Skip to content

Commit

Permalink
Update main
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvdkaaden committed May 21, 2024
1 parent 99cd140 commit a3e1514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class TaskListCell extends StatelessWidget {
child: ListTile(
title: Text(task.message),
subtitle: Text('Status: ${task.statusTitle}'),
trailing: Text(task.timestamp.createdAt.toIso8601String()),
trailing: Text(task.timestamp.toString()),
),
confirmDismiss: (direction) async {
String? statusMessage;
Expand Down

0 comments on commit a3e1514

Please sign in to comment.