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

Need current date of scrolled position #93

Open vishalvishvakarma1111 opened 2 years ago

vishalvishvakarma1111 commented 2 years ago

How can we get current date in user swipe left or right, currently there is no way to get current date. I have checked you are using Listview.builder) you shold use pageview or any other which help out to fix this and also for scroll single position on swipe

Skyost commented 2 years ago

With PageView you can't make more than one page visible to the user.

vishalvishvakarma1111 commented 2 years ago

then how can i get current date which showing on top header view when user scroll through it i have to remember where he left

Skyost commented 2 years ago

I'm affraid it's currently impossible. But feel free to submit a pull request implementing your idea.