Skip to content

Commit cf407a1

Browse files
committed
Publish v5.4.0
1 parent 06a5741 commit cf407a1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 5.4.0
2+
- Added configurable border width and disable flag for the shadow on tapping
3+
4+
Thanks to [JaseElder](https://github.com/JaseElder)
5+
16
# 5.3.4
27
- Fix deprecated member 'primary'
38

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Follow these steps to use this package
4040

4141
```yaml
4242
dependencies:
43-
group_button: ^5.3.4
43+
group_button: ^5.4.0
4444
```
4545
4646
### Add import package

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: group_button
22
description: Flutter custom widget to make a group buttons. Included Radio and CheckBox buttons.
3-
version: 5.3.4
3+
version: 5.4.0
44
homepage: https://github.com/Frezyx/group_button
55
repository: https://github.com/Frezyx/group_button
66
issue_tracker: https://github.com/Frezyx/group_button

0 commit comments

Comments
 (0)