You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
## [0.2.3] - Oct 29 2022.
2
+
* Fixes:
3
+
* Fixed values of isPaused and isResumed parameters of CountDownController.
4
+
5
+
* Features:
6
+
* Added parameter (isRestarted) in CountDownController to get the restart status of Countdown Timer.
7
+
* Added Optional parameter Function(Function(Duration duration) defaultFormatterFunction, Duration duration) named **timeFormatterFunction** that allows you to format the current duration to any String in Countdown Widget.
|`onStart`|`VoidCallback`|null|*This Callback will execute when the Countdown Starts.*|
74
81
|`onComplete`|`VoidCallback`|null|*This Callback will execute when the Countdown Ends.*|
75
82
|`onChange`|`ValueChanged<String>`|null|*This Callback will execute when the Countdown Changes.*|
83
+
|`timeFormatterFunction`|`Function(Function(Duration duration) defaultFormatterFunction,Duration duration)`|null|*This Callback allows you to format the current duration to any String in Countdown Widget.*|
0 commit comments