Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 269 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 269 Bytes

eventcountdown

An event countdown application created in Flutter, using only Future.delayed and NOT the Timer class at all.

  • Used Provider for state management.
  • Used DateTime to calculate time difference in seconds

Future improvements

  • Release on playstore