The date of yesterday in flutter

Viewed 5942

How can I calculate yesterdays date in dart/flutter? I have the date of today:

DateTime.now()

But I can't just do -1.

1 Answers
Related