'How to create a countdown in Flutter and Firebase?

I'm using Flutter to build an online auction app with two types of auctions (live auctions and off-site auctions). If the seller selects live auctions when uploading auctions, he must set the number of hours for continuous live auctions. How can I create a decrementing counter for these times in firestore to show it to all users.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source