flutter_date_pickers 0.1.5
flutter_date_pickers: ^0.1.5 copied to clipboard
Flutter package for day, week, range and month date pickers.
0.0.6 21 November 2019 #
Added support for custom day decoration. Added support for custom disabled days.
0.1.0 31 May 2020 #
Fixed i18n issue for MonthPicker in case no locale was set. Fixed selection periods with unselectable dates issue in RangePicker. Minor changes and fixes.
0.1.1 20 June 2020 #
Added scrollPhysics property to DatePickerLayoutSettings.
0.1.3 23 June 2020 #
Added day headers style customization. Added prev/next icon customization. Added selected period text styles customization.
0.1.4 2 July 2020 #
Added firstDayOfWeekIndex customization.
0.1.5 29 July 2020 #
Added support of the CupertinoApp ancestor (fixed #29).