flutter_picker 1.0.12 flutter_picker: ^1.0.12 copied to clipboard
Flutter plugin picker. Include NumberPicker, DateTimePicker, ArrayPicker, and default linkage Picker. Provide flexible parameters to meet various needs.
1.0.12 #
- Repair BUG: #38, #40
- DateTimePickerAdapter: Add the twoDigitYear attribute to support small screens (#39)
1.0.11 #
- 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.
1.0.10 #
- Solving #25 Problem
- Add attributes: headerDecoration, Can be used to control header borders.
- Add Italian locale.
1.0.9 #
- Add the ability to jump numbers in NumberPickerColumn (thank: @jesusrp98)
1.0.8 #
- Repair Bug: showDialog
1.0.7 #
- Add korea locale
1.0.6 #
- Remove debugging output information
1.0.5 #
- Modifying description information
1.0.3 #
- Repair Bug.
- NumberPickerAdapter, data Add onFormatValue property
- DateTimePickerAdapter, Add customColumnType property, Support custom column order.
1.0.2 #
- Repair Bug.
1.0.1 #
- NumberPickerAdapter Support postfix; suffix.
1.0.0 #
- Add NumberPickerAdapter, Support specified number range
- Add isLinkage property, Support Array.
- Add delimiter, Insert separators between columns
- Add localization support
- Optimization code
0.0.5 #
- Adapter add notifyDataChanged function.
0.0.4 #
- Add PickerDateTimeType.kYM.
0.0.3 #
- Support column Flex setting. Add new DateTimeAdapter type.
0.0.2 #
- Code refactoring, adding adapters. Support dialog box. Increase the date and time selection.
0.0.1 #
- Describe initial release.