Skyost / FlutterWeekView

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 !
https://pub.dev/packages/flutter_week_view
MIT License
208 stars 88 forks source link

Navigating throught date programmatically #79

Closed yanis60 closed 2 years ago

yanis60 commented 3 years ago

Hi, How to navigate throught date programmatically in weekview?

Skyost commented 3 years ago

Hi, It's not possible currently. Being able to use a custom horizontal scroll controller would make this possible.

hmarat commented 2 years ago

@yanis60 did you solve this problem?

yanis60 commented 2 years ago

@hmarat no :(

hmarat commented 2 years ago

@yanis60 By the way, can you control and fire some callback when date changes with scrolling?

hmarat commented 2 years ago

Hi, It's not possible currently. Being able to use a custom horizontal scroll controller would make this possible.

I'm sorry, @Skyost you mean being able to pass SilentScrollController from our widget level to WeekView, and then control it from our widget? I want to implement this functionality.

hmarat commented 2 years ago

@yanis60 you can make your ListView.builder, where every item is DayView widget