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

Getting Bottom Overflow error if all day event count is large #63

Closed
rohitbhoite opened this issue Feb 28, 2021 · 1 comment
Closed
Assignees
Labels
T: Fix Type: :bug: Bug Fixes

Comments

@rohitbhoite
Copy link

rohitbhoite commented Feb 28, 2021

Describe the bug
I am working on a flutter app where I need to show all day events in a timetable view. Its working for small number of events but if the event count is large then getting attached error
Screenshot_2021-02-28-16-05-29-09_6dc36f560add45efed6f283f9bcff7de

  • Device: Realme 7
  • OS version: Android 10
  • Package version: 0.2.8(Cannot use 0.2.9 as it has breaking flutter version dependency)
@JonasWanke
Copy link
Owner

JonasWanke commented Aug 19, 2022

I've added this as part of v1.0.0-alpha.9. You can now specify multiDateEventHeaderStyle.maxEventRows (defaults to showing up to three rows plus one with overflow indicators) and multiDateTimetableStyle.maxHeaderFraction (defaults to 0.5). You can react to taps on these overflows using timetableCallbacks.onMultiDateHeaderOverflowTap or customize the overflow widgets themselves using defaultEventBuilder.allDayOverflowBuilder (builds MultiDateEventHeaderOverflow by default).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: Fix Type: :bug: Bug Fixes
Projects
None yet
Development

No branches or pull requests

2 participants