- docs: readme update
- refactor stream duration to use pausable_timer package
- update README
- fix(Accessbility): add semantic for talkback/voice over
- fix: first digit trigger animation
- fix:
RawDigitItem
trigger animation
- refactor: reset
AnimationController
with listen animation status instead async callback
- fix: animation when
StreamDuration
is stop
- fix: animation when
StreamDuration
autoPlay is false
- fix: AnimationController using after disposed.
- Add more docs
- remove
slideAnimationDuration
andcurve
- refactor:
RawDigitAnimation
- remove
textStyle
replace tostyle
- fix unexpected digit #53
- remove print
- refactor
RawSlideCountdown
builder passcountUp
params - fix
RawDigitItem
currentValue and nextValue
RawSlideCountdown
cancelOnError true
- refactor:
RawSlideCountdown
withValueListenableBuilder
instead ofStreamBuilder
- add topics pubspec.yaml
- fix: #50 Bad state: Stream has already been listened to
- fix: datetime extensions
- add
RawDigitItem
,RawSlideCountdown
- refactor
SlideCountdownSeparated
to useRawSlideCountdown
- bump min
StreamDuration
packages to4.2.0
, min flutter sdk3.0.0
- pubspec add
issue_tracker
- bump min dart sdk to
2.17.0
pubspec.yaml
added screenshot
- Remove depercated API
duration
is'nt longer required when override duration withstream_duration
- bump
stream_duration
package to0.3.0
- Readme add example control duration
- Update example
- Fix separator
- Add
shouldShowDays
,shouldShowHours
,shouldShowMinutes
,shouldShowSeconds
to configure what items to show up - Add
replacement
widget
- Fix override
hashCode
exception for support Flutter <= 2.5.0
- depercated
fade
property
- Fix: minutes separator
SlideCountdown
- Change: default value
withDays
to true.
- Add:
onChanged
property,TextWithoutAnimation
widget - Change: bump min version
StreamDuration
package - Fix:
SlideDirection.none
animation, digit clipper,withDays
property.
- Add: SlideDirection.none,
- Add: streamDuration property, test & coverage
- Fix: didUpdateWidget
- Allow override digits
- Fix linter
- TextDirection rtl slot
- Change base to stateless
- Refactor codebase
- Separed widget
- Upgrade: stream_duration package
- Upgrade: Fix Linter
- Upgrade: stream_duration package
- Release: (Countdown) default text from 0 to actual duration
- add: slideAnimationDuration, onDurationChanged
- fix: value listener null value, #3
- fix: unconstant value
- release: countUp, countup infinity
- change: default padding slidecountdown
- docs: update readme.md
- release: SlidecountdownSeparated
- Fix separator padding
- Add documentation
- Change package description
- New Example
- Fix animation issue
- Improve fade transition
- Add fade transition