Extracted countdownController, disable autostart and added duration to reset method and some more
Open
trashcoder
opened this issue 1 year ago
•
0 comments
- extracted countdownController to a separate file.
- moved some attributes from circular_countdown_timer class to countdown_controller class where it belongs better
- added duration to reset method
- removed autostart from reset method
- extracted getTimeFormatted and defaultFormat to a separate file
- switched to ValueNotifier like in original repository
-