Enhance: Google Photos integration, refinement of Schedule/Todo lists and API fixes
This commit is contained in:
@@ -219,12 +219,7 @@ class _TodoListWidgetState extends State<TodoListWidget> {
|
||||
decorationColor: Colors.white54,
|
||||
),
|
||||
),
|
||||
subtitle: todo.dueDate != null && (todo.dueDate!.hour != 0 || todo.dueDate!.minute != 0)
|
||||
? Text(
|
||||
DateFormat('HH:mm').format(todo.dueDate!),
|
||||
style: const TextStyle(color: Colors.white54, fontSize: 12),
|
||||
)
|
||||
: null,
|
||||
subtitle: null,
|
||||
trailing: Checkbox(
|
||||
value: todo.completed,
|
||||
onChanged: (val) async {
|
||||
|
||||
Reference in New Issue
Block a user