time_planner 0.1.2+1 time_planner: ^0.1.2+1 copied to clipboard
A beautiful, easy to use and customizable time planner for flutter mobile, desktop and web
[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