forked from SimformSolutionsPvtLtd/flutter_calendar_view
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
:feat adds support for startHour. (SimformSolutionsPvtLtd#319)
* Add 'startHour' parameter to Several Components Still need to handle how events are placed in the calendar, components modified : - WeekView - DayView - InternalDayView - InternalWeekView - TimeLine - HourLinePainter - HalfHourLinePainter - PressDetector * Modify EventArrangers + DayView Modifications on EventArrangers so they are placing events in function of 'startHour' argument. Widgets Modified : - EventArrangers - MergeEventArrangers - SideEventArrangers + Modifications on DayView, so we can pass it the 'startHour' argument * Update doc + format code * Fix hour above 24 causing negative height * Fix hour above 24 causing negative height * Reset example default view to 'month' * startHour added on needed constructors * format * tests fixed * format * conflict resolved * format --------- Co-authored-by: MAEL KEHL <[email protected]> Co-authored-by: Maël <[email protected]>
- Loading branch information
1 parent
c003d1b
commit ed7288e
Showing
13 changed files
with
276 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.