scrolling_day_calendar
A flutter calendar package to allow users to scroll through given dates either by swiping left and right or pressing the arrows. The active date is displayed as a heading and the tasks for that date are displayed underneath. This package can be used on Android and IOS
How it works
- Pass in the widgets method
You simply need to pass in a start date, an end date, the active date and widgets to display per day. - SetState method
You simply need to pass in a start date, an end date, the active date and a call-back function,
the package will then allow the user to swipe between the dates using PageView,
on each page change the call-back you have set will be called to allow you to update the page content for the given date.
Screenshots
Usage
To use the plugin:
- add the dependency to your pubspec.yaml
- import the package