timetable 0.2.9 copy "timetable: ^0.2.9" to clipboard
timetable: ^0.2.9 copied to clipboard

๐Ÿ“… Customizable, animated calendar widget including day & week views

Changelog #

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

Unreleased #

0.2.9 ยท 2020-10-26 #

๐Ÿ› Bug Fixes #

  • Compatibility with Flutter v1.23 (#57), closes: #55 (for Flutter ^1.23.0-13.0.pre)

0.2.8 ยท 2020-09-18 #

๐Ÿ› Bug Fixes #

  • Allow full-height leadingHeaderBuilders (#50), closes: #49

0.2.7 ยท 2020-09-02 #

๐ŸŽ‰ New Features #

  • add TimetableThemeData.minimumHourZoom & .maximumHourZoom, closes: #40 & #45

๐Ÿ› Bug Fixes #

  • support null values in InitialTimeRange.range

๐Ÿ“ฆ Build & CI #

  • update dartx to ^0.5.0

0.2.6 ยท 2020-07-12 #

๐ŸŽ‰ New Features #

  • add custom builders for date header and leading area of the header (usually a week indicator) (#28), closes: #27. Thanks to @TatsuUkraine!
  • add theme properties for disabling event stacking and configuring the minimum overlap (#34), closes: #31

๐Ÿ› Bug Fixes #

  • Expand part-day events to fill empty columns (#30), closes: #29

0.2.5 ยท 2020-07-06 #

๐Ÿ“œ Documentation updates #

  • add Localization section to the README

๐Ÿ“ฆ Build & CI #

  • update dartx to ^0.4.0

0.2.4 ยท 2020-06-25 #

๐ŸŽ‰ New Features #

  • Timetable.onEventBackgroundTap: called when tapping the background, e.g. for creating an event (#20), closes: #18. Thanks to @raLaaaa!
  • add EventProvider.simpleStream as a simpler interface than EventProvider.stream (e63bfb4)

๐Ÿ“œ Documentation updates #

  • improve streaming EventProvider documentation (e63bfb4), fixes: #19

0.2.3 ยท 2020-06-15 #

๐ŸŽ‰ New Features #

  • Customizable date/weekday format with TimetableThemeData.weekDayIndicatorPattern, .dateIndicatorPattern & temporary .totalDateIndicatorHeight (#16), closes: #15

0.2.2 ยท 2020-05-30 #

๐ŸŽ‰ New Features #

  • optional onTap-parameter for BasicEventWidget & BasicAllDayEventWidget (#12), closes: #11

๐Ÿ“ฆ Build & CI #

  • specify minimum Dart version (v2.7.0) in pubspec.yaml

0.2.1 ยท 2020-05-19 #

๐ŸŽ‰ New Features #

  • All-day events (shown at the top) (#8), closes: #5
  • Theming (#9)โ€‰โ€”โ€‰see the README for more information!

๐Ÿ“ฆ Build & CI #

  • specify minimum Flutter version (v1.17.0) in pubspec.yaml
  • example: upload generated APK as artifact

0.2.0 ยท 2020-05-08 #

โš  BREAKING CHANGES #

  • fix week scroll alignment (#6)
    • To provide a simpler API the exposed methods of VisibleRange were changed slightly. This doesn't affect you if you just instantiate one of the given implementations, but only if you extend it yourself or call one of its methods directly.

๐Ÿ› Bug Fixes #

  • support Flutter v1.17.0 (#4)

0.1.3 ยท 2020-05-06 #

๐Ÿ› Bug Fixes #

  • fix time zooming & add testing (#3)

0.1.2 ยท 2020-05-05 #

๐ŸŽ‰ New Features #

  • add TimetableController.initialTimeRange, closes: #1

๐Ÿ› Bug Fixes #

  • fix week alignment with WeekVisibleRange, closes: #2

0.1.1 ยท 2020-04-02 #

๐Ÿ“œ Documentation updates #

  • fix broken links in README

0.1.0 ยท 2020-04-02 #

Initial release ๐ŸŽ‰

220
likes
40
pub points
82%
popularity

Publisher

verified publisherwanke.dev

๐Ÿ“… Customizable, animated calendar widget including day & week views

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

black_hole_flutter, collection, dartx, flutter, meta, pedantic, rxdart, time_machine

More

Packages that depend on timetable