Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can the title at the top control hiding and display? #299

Closed
peng093 opened this issue Nov 30, 2023 · 2 comments · Fixed by #324
Closed

Can the title at the top control hiding and display? #299

peng093 opened this issue Nov 30, 2023 · 2 comments · Fixed by #324

Comments

@peng093
Copy link

peng093 commented Nov 30, 2023

QQ截图20231130170708

@peng093 peng093 changed the title Can the title at the top control concealment and reality? Can the title at the top control hiding and display? Nov 30, 2023
@peng093
Copy link
Author

peng093 commented Dec 1, 2023

I'm sorry I found a way to hide them, but I really recommend adding the same attribute to all three to control display and hiding, thanks

DayView(
      startDuration: Duration(hours: 8),
      showHalfHours: true,
      heightPerMinute: 3,
      dayTitleBuilder: (DateTime dateTime){
        return Container();
      },
WeekView(
      weekPageHeaderBuilder:(DateTime dateTime,DateTime ednTime){
        return Container();
      },)
MonthView(
      headerBuilder: (DateTime dateTime){
        return Container();
      },)

@laguerreuy
Copy link

Just set as false both back and forward buttons and in the headed text style set the text height to 0

ravilsimform added a commit to ravilsimform/flutter_calendar_view that referenced this issue Feb 22, 2024
ravilsimform added a commit to ravilsimform/flutter_calendar_view that referenced this issue Feb 22, 2024
- In DayView, MonthView and WeekView hidden method added for hiding header.
ravilsimform added a commit to ravilsimform/flutter_calendar_view that referenced this issue Feb 22, 2024
- In DayView, MonthView and WeekView hidden method added for hiding header.
ravilsimform added a commit to ravilsimform/flutter_calendar_view that referenced this issue Feb 22, 2024
- In DayView, MonthView and WeekView hidden method added for hiding header.
ParthBaraiya pushed a commit that referenced this issue Feb 22, 2024
- In DayView, MonthView and WeekView hidden method added for hiding header.
@PRBaraiya PRBaraiya linked a pull request Feb 22, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants