Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement picker title and picker description #89

Merged
merged 2 commits into from
Mar 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Update package documentation and version
  • Loading branch information
koukibadr committed Mar 23, 2024
commit 3983fb6d5667a3691856994440a4d4efb32f00b7
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.6.0] - 23/03/2024

**Enhancement:**
- Create `pickerTitle` and `pickerDescription` instead of `title`, `description`, `titleStyle` and `descriptionStyle`
- Use stack widget to display title and close icon in same line rather than columns and rows, for better alignement
- Change `titleAlignment` type to `Alignment` instead of `MainAxisAlignment`

**Bug fixes**
- Update `items` from List<Text> to List<Widget> for better rendering

## [2.5.0] - 21/03/2024

- **Enhancement:**
Expand Down Expand Up @@ -37,7 +47,7 @@

## [2.1.0] - 12/09/2023

- ** Enhancements: **
- **Enhancements:**
- Added title padding to title widget
- Added title alignement
- Button padding, button width, Button text alignement and Button alignement parameters
Expand Down
Loading