Skip to content

Latest commit

 

History

History
115 lines (81 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

115 lines (81 loc) · 2.49 KB

0.5.0

  • bump min dart sdk to 2.17.0

0.4.1

  • pubspec.yaml added screenshot

0.4.0

  • Remove depercated API
  • duration is'nt longer required when override duration with stream_duration
  • bump stream_duration package to 0.3.0

0.3.4

  • Readme add example control duration
  • Update example

0.3.3

  • Fix separator

0.3.2

0.3.1

0.3.0

  • Add shouldShowDays, shouldShowHours, shouldShowMinutes, shouldShowSeconds to configure what items to show up
  • Add replacement widget

0.2.12

0.2.11

  • Fix override hashCode exception for support Flutter <= 2.5.0

0.2.10

  • depercated fade property

0.2.9

0.2.8

0.2.7

  • Change: default value withDays to true.

0.2.6

  • Add: onChanged property, TextWithoutAnimation widget
  • Change: bump min version StreamDuration package
  • Fix: SlideDirection.none animation, digit clipper, withDays property.

0.2.5

  • Add: SlideDirection.none,

0.2.4

  • Add: streamDuration property, test & coverage
  • Fix: didUpdateWidget

0.2.3

  • Allow override digits

0.2.2

  • Fix linter

0.2.1

0.2.0

  • TextDirection rtl slot
  • Change base to stateless
  • Refactor codebase
  • Separed widget
  • Upgrade: stream_duration package

0.1.2

  • Upgrade: Fix Linter

0.1.1

  • Upgrade: stream_duration package

0.0.9

  • Release: (Countdown) default text from 0 to actual duration

0.0.8

  • add: slideAnimationDuration, onDurationChanged
  • fix: value listener null value, #3

0.0.7

  • fix: unconstant value

0.0.6

  • release: countUp, countup infinity
  • change: default padding slidecountdown
  • docs: update readme.md

0.0.5

  • release: SlidecountdownSeparated

0.0.4

  • Fix separator padding
  • Add documentation
  • Change package description
  • New Example

0.0.3

  • Fix animation issue

0.0.2

  • Improve fade transition

0.0.1

  • Add fade transition