Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.1.1] - 23/08/2025

**Bug Fix**

- add SafeArea flag to show or hide safe area widget from bottom picker widget tree and bottom sheet. [ISSUE#163](https://github.com/koukibadr/Bottom-Picker/issues/163)

## [4.1.0] - 09/08/2025

**Features**
Expand Down Expand Up @@ -89,12 +95,6 @@

- enable `minutesInterval` feature for range time picker.

## [2.11.0] - 01/02/2025

**Changes:**

- enable `minutesInterval` feature for range time picker.

## [2.10.1] - 21/01/2025

**Changes:**
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,9 @@ dependencies:

/// A predicate that can be used to select which hours are selectable.
SelectableHourPredicate? hourPredicate;

/// Indicates whether to use SafeArea to avoid content overflow.
final bool useSafeArea;
````

## Examples
Expand Down
Loading