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
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
## [5.0.0]

## [5.0.0] - 31/08/2026
Comment thread
koukibadr marked this conversation as resolved.

### Features

- Add `dateOrder` parameter to month year picker to customize the order of month and year display. [PR#181](https://github.com/koukibadr/Bottom-Picker/pull/181)

### Changes

- Migrates to material_ui and cupertino_ui.
- Updates minimum supported SDK version to Flutter 3.44/Dart 3.12.


## [4.2.0] - 07/07/2026

### Features
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A comprehensive and highly customizable bottom sheet picker widget for Flutter t

<img src="https://github.com/koukibadr/Bottom-Picker/blob/main/example/bottom_picker_logo.gif?raw=true" alt="Bottom Picker Demo" width="300"/>

**Version 4.2.0** Full customization with advanced Cupertino picker features
**New in v5.0.0:** Full support for the latest Flutter version >=3.44.0 with decoupled Material UI and Cupertino UI themes, providing better flexibility and cleaner architecture.

</div>

Expand Down Expand Up @@ -121,7 +121,7 @@ Add `bottom_picker` to your `pubspec.yaml` file:

```yaml
dependencies:
bottom_picker: ^4.2.0
bottom_picker: ^5.0.0
```

Then run:
Expand Down
Loading