bottom_picker 3.2.0
bottom_picker: ^3.2.0 copied to clipboard
An easy way that let you create a bottom item picker or date & time picker with minmum parameters
3.2.0 18/05/2025 #
3.1.0 22/04/2025 #
Changes:
- Integrate a cupertino picker in the package with extra parameters to display a time seperator ":" with a flag attribute
showTimeSeparator. - Update default
itemExtentvalue to 30 for all time and date pickers - Add
itemExtentattribute to time and range constructors for more picker customization.
Bug Fixes:
- Fix cupertino picker time seperator rendering and text style.
3.0.0 06/04/2025 #
Changes
-
Create new timer picker using
CupertinoTimerPickerunder the hood withonChangeandonSubmitsupporting theDurationresult type PR#123. -
Update desktop and web platforms picker rendering using
WheelViewinstead of the basicListviewPR#92 Issue#82. -
Adding onDismiss callback which is triggered everytime the picker widget is disposed (no matter the disposing main triggering event) PR#118 Issue#117.
Enhancement
- Refactoring colors mapping to bottom picker themes using new enum definitions PR#120
2.11.2 05/03/2025 #
Bug Fix:
- Resolve dismiss issue when using bottom picker on mobile platforms iOS and Android Issue#114.
2.11.1 25/02/2025 #
Changes:
- enable bottom picker dismiss with escape keyboard key for web and desktop.
- enable MacOS support for bottom picker example project.
2.11.0 01/02/2025 #
Changes:
- enable
minutesIntervalfeature for range time picker.
[2.11.0] - 01/02/2025 #
Changes:
- enable
minutesIntervalfeature for range time picker.
2.10.1 21/01/2025 #
Changes:
onCloseis renamed toonCloseButtonPressed.
Bug Fixes:
- remove late keyword from
minuteIntervaldefinition.
2.10.0 08/12/2024 #
Changes:
- Add
monthYearconstructor to display date range with only month and year.
2.9.0 10/11/2024 #
Enhancement:
- Update inital date and min date check when using range date picker.
Changes:
- Add
rangeTimeconstructor to display time range picker.
Bug Fix:
- Fix
initialFirstDateinitialization in date range picker.
2.8.0 09/06/2024 #
Enhancement:
layoutOrientationis now of typetextDirectionrather than customLayoutOrientationenum.- Update package examples with new
layoutOrientationattribute type.
Changes:
- Remove
onPopClosedeprecated attribute.
2.7.0 27/04/2024 #
Enhancement:
- Remove deprecated
title,description,titleStyleanddescriptionStyleattributes and replaced bypickerTitleandpickerDesciptionof widget type. - Mark
pickerTitleas deprecated. onClosewill override the close button onTap function.
2.6.0 23/03/2024 #
Enhancement:
- Create
pickerTitleandpickerDescriptioninstead oftitle,description,titleStyleanddescriptionStyle. - Use stack widget to display title and close icon in same line rather than columns and rows, for better alignement.
- Change
titleAlignmenttype toAlignmentinstead ofMainAxisAlignment.
Bug fixes
- Update
itemsfrom List
2.5.0 21/03/2024 #
- Enhancement:
popOnCloseadded to indicate whether the bottom picker will pop when closing or not, useful when using the bottom picker as layout widget.
2.4.0 04/02/2024 #
- Layout enhancement: Update confirmation button design and attributes.
iconColor,buttonText,buttonTextStyle,displayButtonIcon,buttonTextAlignmentremoved.- Added
buttonContent,buttonStyleattributes. - Picker content padding updated.
2.3.3 10/12/2023 #
- Fix
onSubmitattribute callback code and selected value retrieval from date and time picker issue link.
2.3.2 14/11/2023 #
- Fix date picker date initlization (
initialDateTime,maxDateTime,minDateTime) issue-76.
2.3.1 12/11/2023 #
- Fix minutes set value in the
timeconstructor. - Update
timeconstructor to useTimeclass to ease setting hours and minutes values PR-75.
2.2.1 22/10/2023 #
- Fix analysis issues.
2.2.0 2/10/2023 #
- Add localization support and multiple language support.
2.1.1 27/09/2023 #
- Update package license to MIT license.
2.1.0 12/09/2023 #
- Enhancements:
- Added title padding to title widget.
- Added title alignement.
- Button padding, button width, Button text alignement and Button alignement parameters.
- Customizable close icon size.
- Added
selectionOverlayparameter. - Date range picker dates attributes assertion.
- Bug fixes
- Date range picker initial dates error.
- Button padding issue.
2.0.4 30/05/2023 #
- Fix minute interval issue for cupertino date picker https://github.com/flutter/flutter/issues/60456.
2.0.3 27/05/2023 #
- Fix automatic refresh issue when the second date was smaller than the first date.
- Fix: Inability to decrease the second date even if the first date was smaller (PR link).
2.0.1 24/10/2022 #
- Update displayCloseIcon usage in code.
2.0.0 01/10/2022 #
- Add range date picker.
- Add description attribute.
- Add description text style attribute.
1.9.1 27/06/2022 #
- Fix static analysis issues.
1.9.0 27/06/2022 #
- add minuteInterval attibute.
- Bug fixes.
1.8.0 19/03/2022 #
- Add display submit button parameter.
- bug fixes.
1.7.0 16/02/2022 #
- Add height parameter to bottom picker widget.
- bug fixes.
1.6.0 12/02/2022 #
- Update padding rendering in bottom picker widget.
- Add button alignement parameter.
- enhanced coding style.
- bug fixes.
1.5.0 01/19/2022 #
- Add close icon color parameter.
- Add close icon display parameter.
- Add different layout orientation options (LTR, RTL).
1.4.0 23/12/2021 #
- Add picker text style attribute.
- Add date format order parameter.
- Add item extent parameter.
1.1.0 20/11/2021 #
- Add background color parameter.
- Enhanced rendering performance.
- Bug fixes.
1.0.6 20/11/2021 #
- Bug fixes.
1.0.5 13/11/2021 #
- Enhanced tablet view.
- remove uneccessary parameters in datetime constructors.
1.0.4 06/11/2021 #
- Add selected index parameter.
1.0.3 22/10/2021 #
- Fix bugs.
- Add customization support to confirm button.
1.0.2 27/08/2021 #
- Fix bottom picker drag bug.
1.0.1 15/01/2021 #
- Fix onSubmit return value bug.
1.0.0 08/01/2021 #
- Simple list item picker.
- Date picker with max and min dates configuration.
- Time picker with 12h/24h time format.
- Date and time picker.
- Multiple built-in themes.
- Customized button theme with custom colors.
- On item change / On submit and On close callback handlers.