Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 464 Bytes

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 464 Bytes

[Unreleased]

[1.0.0] - 2023-07-31

Changed

  • Name from 'timer_textto elapsed_time_display`
  • TimerText class to ElapsedTimeDisplay
  • timerTextStyle prop to style

Fixed

  • hours not displaying over 60

Added

  • null safety support
  • key prop
  • immediateRebuildOnUpdate prop
  • interval prop
  • formatter prop

Dependencies

  • Flutter SDK range from >=2.1.0 <3.0.0 to >=3.0.0 <=4.0.0

[0.0.1] - 2019

  • Initial Commit