calendarro 1.2.0
calendarro: ^1.2.0 copied to clipboard
Calendar widget library for Flutter apps.
1.2.0 4 March 2020 #
- Add SelectionMode.RANGE for selecting range of dates (e.g. when booking a flight or a hotel)
1.1.2 9 October 2019 #
- Fix DateUtils.calculateMonthsDifference() method.
1.1.1 3 October 2019 #
- Fix calculating pages count when years change.
1.1.0 23 September 2019 #
- Fix multiple dates selection.
- Add CurrentPageCallback for getting selected page start and end dates.
1.0.1 3 September 2019 #
- Fix DateUtils.getLastDayOfMonth() method.
1.0.0 14 August 2019 #
- Calculate height of Calendarro in dependency of max weeks number (MONTHLY mode).
- Fix minor bugs with paging.
0.0.5 17 November 2018 #
- Fix counting pages for DisplayMode.WEEKS due to bug for February.
0.0.4 17 November 2018 #
- Change Calendarro height in month mode
0.0.3 17 November 2018 #
- Add onTap callback for Calendarro
0.0.2 3 September 2018 #
- Fix
0.0.1 6 August 2018 #
- Introduce Calendarro!