flutter_week_view 0.3.0
flutter_week_view: ^0.3.0 copied to clipboard
Displays a highly customizable week view (or day view) which is able to display events, to be scrolled, to be zoomed-in & out and a lot more !
[0.3.0] - 2020-05-17 #
- 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.
[0.2.1+7] - 2020-03-18 #
- Fixed a bug with custom event text builders.
[0.2.1+6] - 2020-03-12 #
- Fixed a bug with initial scrolling.
[0.2.1+5] - 2020-03-10 #
- Fixed a bug with events positioning.
- Added the ability to change the initial hour / minute.
- Fixed day bar positioning in
DayView
.
[0.2.1+4] - 2020-02-18 #
- Fixed a bug with
ZoomController
in stateful context.
[0.2.1+3] - 2020-02-17 #
- Fixed a bug that disallowed to put the widget in a stateful context.
[0.2.1+2] - 2020-02-17 #
- Fixed a problem with the current time rule circle.
[0.2.1+1] - 2020-02-13 #
- Fixed a problem with the current time rule.
[0.2.1] - 2020-02-02 #
- Added the ability to create a
WeekView
widget with a builder. - Fixed a problem with controllers that were not usable.
[0.2.0+2] - 2020-01-27 #
- A little bug fixed.
[0.2.0] - 2020-01-21 #
- Added the ability to completely change the background.
- Performance improvement (see #7).
[0.1.0+1] - 2020-01-15 #
- Fixed a bug where events that weren't overlapping the current date were not displayed.
[0.1.0] - 2020-01-13 #
- First public Beta.