- Support
dark
theme.
- Follow the file naming convention in Effective Dart, #59
- fix: AM/PM are backward for 12:00, #185
- added ROMANIAN localization
- close debug log (#178)
- Add
PickerLocalizations.registerCustomLanguage
function - Add
onBuilderItem
params. Allow custom item to be generated. - Fixed bug: #158, #168, #169, #177
- Fixed bug: #161, #165 ...
- Add
onBuilder
,backgroundColor
parameter toshow
,showDialog
,showModal
- Fixed bug: #142, #98
- Add demo DurationPicker
- Add onConfirmBefore callback event;
- Fixed bug.
- Add PickerWidget.of(context) Get Picker
- Add selectedIconTheme property
- Support Null safety
- Optimize code, Update demo list
- Repair BUG (Including the problem of datetime adapter before the month, add the needUpdatePrev interface to the adapter)
- add builderHeader params. Allow custom headers to be generated.
- DateTimePickerAdapter add minHour, maxHour.
- Thank you for your timely feedback in GitHub!
- performance optimization
- Add a demo with a pop-up fillet background at the bottom.
- return for showDialog , add barrierDismissible (thanks: Ali1Ammar)
- Add the ability to jump minutes in DateTimePickerAdapter #76 (thank: MoacirSchmidt)
- Repair BUG
- Add localization for Turkish language
- Refactor localization code
- Repair BUG
- Project reconstruction, removing Android, IOS directory.
- Add localization for Spanish language
- Move the edge of the head to the bottom of the head so that it can be hidden by customization. #55 (thank: @StarOfLife)
- Repair bug: .showDialog(context) - error for define style #49 (thank: @nielgomes)
- Repair bug: Change superior data, lower data display blank #48 (thank: @DemoJameson)
- Added return for showModal #44 (thank: @GiorgioBertolotti)
- Add parameter: selectedTextStyle, Styles for setting selected items. (thank: @TristanWYL)
- Add parameter: footer, Widgets can be added at the bottom.
- Repair BUG: #38, #40
- DateTimePickerAdapter: Add the twoDigitYear attribute to support small screens (#39)
- Add localization for Arabic language
- Add parameter: cancel and confirm, Allow yourself to specify widgets to be placed in the identified and cancelled locations
- DateTimePickerAdapter supports minValue and maxValue, which are used to limit the upper and lower bounds for selecting date and time.
- Solving #25 Problem
- Add attributes: headerDecoration, Can be used to control header borders.
- Add Italian locale.
- Add the ability to jump numbers in NumberPickerColumn (thank: @jesusrp98)
- Repair Bug: showDialog
- Add korea locale
- Remove debugging output information
- Modifying description information
- Repair Bug.
- NumberPickerAdapter, data Add onFormatValue property
- DateTimePickerAdapter, Add customColumnType property, Support custom column order.
- Repair Bug.
- NumberPickerAdapter Support postfix; suffix.
- Add NumberPickerAdapter, Support specified number range
- Add isLinkage property, Support Array.
- Add delimiter, Insert separators between columns
- Add localization support
- Optimization code
- Adapter add notifyDataChanged function.
- Add PickerDateTimeType.kYM.
- Support column Flex setting. Add new DateTimeAdapter type.
- Code refactoring, adding adapters. Support dialog box. Increase the date and time selection.
- Describe initial release.