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

outdated

๐Ÿ“… 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.5 ยท 2020-07-06 #

๐Ÿ“œ Documentation updates #

  • add Localization section to the README

๐Ÿ“ฆ Build & CI #

  • update dartx to v0.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
0
pub points
79%
popularity

Publisher

verified publisherwanke.dev

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

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

More

Packages that depend on timetable