circular_countdown_timer
circular_countdown_timer copied to clipboard
Extracted countdownController, disable autostart and added duration to reset method and some more
- 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