diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b985e..1098341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ -## [5.0.0] + +## [5.0.0] - 31/08/2026 + +### 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 diff --git a/README.md b/README.md index 34eb642..38e07b1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A comprehensive and highly customizable bottom sheet picker widget for Flutter t Bottom Picker Demo -**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. @@ -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: