0

I need to display how many years, months, days, hours, minutes and seconds passed using a timestamp from Firestore which is set using "timestamp": FieldValue.serverTimestamp(). Ideally the seconds would increment and update the minutes, hours and so on. Just like a stopwatch.

Are there any plugins available or examples that I can use?

William
  • 884
  • 2
  • 12
  • 23
  • 3
    Does this answer your question? [Dart/Flutter : Converting timestamp](https://stackoverflow.com/questions/50632217/dart-flutter-converting-timestamp) – njzk2 Feb 07 '21 at 21:25
  • I wanted something like this https://pub.dev/packages/stop_watch_timer but with months and years and days added to it. – William Feb 07 '21 at 21:28

0 Answers0