- Added the ability to render a horizontal scrollbar in week views (thanks luistrivelatto).
- Added the ability to resize events (thanks luistrivelatto).
- Added the ability to drag and drop events (thanks luistrivelatto).
- Various other fixes and updates.
- Fixed various warnings and errors.
- Fixed a compilation error.
- Now keeps pinch focal point when zoom-in/out (thanks BiliBalaaaaaa).
maxZoom
value is now assigned in constructor (thanks BiliBalaaaaaa).
- Migrated to null safety.
- Fixed a subtraction logic error (thanks Yoropiata).
- Fixed various state errors.
- Fixed a bug when updating the Week View.
- Added
currentTimeIndicatorBuilder
,onDayBarTappedDown
anddayBarStyleBuilder
parameters. - Removed
scrollToCurrentTime
in favor ofinitialTime
. - Various internal changes.
- Fixed a lot of bugs.
- Rewritten the
WeekViewController
class. - Fixed a bug when
inScrollableWidget
was set tofalse
in the Week View. - Improved documentation (thanks luistrivelatto).
- Added a separator between day views on the Week View (thanks luistrivelatto).
- Added some customisation options for current time rule and circle (thanks AnkitPanchal10).
- Fixed an issue with controllers.
- Fixed an issue with
hourRowHeight
.
- Added a
Style
class forDayView
andWeekView
. - Replaced the
dayViewBuilder
by adayViewStyleBuilder
inWeekView
. - Added a tap down list for hours column.
- Added the ability to restrict the current visible time.
- Removed the background canvas painter. It was maybe a bit too complicated to use.
- Various fixes and improvements.
- Fixed a bug with custom event text builders.
- Fixed a bug with initial scrolling.
- Fixed a bug with events positioning.
- Added the ability to change the initial hour / minute.
- Fixed day bar positioning in
DayView
. - Enabled the possibility to decorate the events (thanks kuemme01).
- Fixed a bug with
ZoomController
in stateful context.
- Fixed a bug that disallowed to put the widget in a stateful context.
- Fixed a problem with the current time rule circle.
- Fixed a problem with the current time rule.
- Added the ability to create a
WeekView
widget with a builder. - Fixed a problem with controllers that were not usable.
- A little bug fixed.
- Performance improvement (see #8).
- Added the ability to completely change the background.
- Performance improvement (see #7).
- Fixed a bug where events that weren't overlapping the current date were not displayed.
- First public Beta.