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

Scrolling the events list without touching the calendar card #41

Open
giulianimartini opened this issue Aug 2, 2023 · 1 comment
Open
Assignees

Comments

@giulianimartini
Copy link

giulianimartini commented Aug 2, 2023

Hi,

Sorry for asking help here. I don't know another channel for this.
I don't know if it's a bug, but how to scroll the content of all events in the day view? I can scroll when there are no events (empty list).

Sorry if I am loosing some point in here, but how can I achieve this scrolling thing?

I have a list of events like:

Event(
  child: GamesCard(
      game: game,
  ),
  dateTime: dateTime,
),

Where my GamesCard is just a card.

Here is my EventCalendar configuration:

EventCalendar(
  calendarType: CalendarType.GREGORIAN,
  calendarLanguage: 'pt',
  calendarOptions: CalendarOptions(
    toggleViewType: true,
    viewType: ViewType.DAILY,
    headerMonthElevation: 0,
  ),
  headerOptions: HeaderOptions(
    weekDayStringType: WeekDayStringTypes.SHORT,
    monthStringType: MonthStringTypes.FULL,
    calendarIconColor: HomeScreenAppTheme.nearlyBlue,
    headerTextColor: HomeScreenAppTheme.nearlyBlue,
    navigationColor: HomeScreenAppTheme.nearlyBlue,
    resetDateColor: Colors.blue,
  ),
  dayOptions: DayOptions(
    selectedBackgroundColor: HomeScreenAppTheme.nearlyBlue,
    eventCounterColor: HomeScreenAppTheme.gold,
    eventCounterTextColor: HomeScreenAppTheme.nearlyBlue,
    weekDaySelectedColor: HomeScreenAppTheme.nearlyBlue,
  ),
  events: games,
  showLoadingForEvent: true,
),

But I can't scroll vertically without touching the calendar card. So if I scroll up the page, I loose the calendar card and then I can't scroll down anymore.

Thanks in advance.

@athira-vincent
Copy link

facing the same issue.

@faridfr faridfr assigned mes71 and unassigned AmirJabbari Mar 1, 2024
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

No branches or pull requests

4 participants