Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1005 Bytes

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 1005 Bytes

[0.1.2+1]

  • Fix multi days task- #25

[0.1.2]

  • Added interstitialOddColor and interstitialEvenColor as nullable variables for defining an interstitial row design (for easiness of read of the table)
  • update to flutter 3.13

[0.1.1]

  • Fix multi days task

[0.1.0]

  • Add BorderRadius for tasks to style
  • Add horizontal padding around each task in the time planner by kashua14 - #7
  • Refactor code by myConsciousness - #5
  • Fix double Scrollbar for times

[0.0.4]

  • fix daysDuration when this is null
  • fix 12 AM task bug

[0.0.3]

  • add multi days task
  • fix some issue in doc

[0.0.2]

  • migrate to nullSafety
  • add showScrollBar to [TimePlannerStyle]

[0.0.1+1]

  • fix some issue in readme and pubspec.yaml

[0.0.1]

  • first release