Skip to content

Commit 2e21fd8

Browse files
committed
Publish version 5.3.4
1 parent 485df0d commit 2e21fd8

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.3.4
2+
- Fix deprecated member 'primary'
3+
4+
Thanks to [NeroThroN](https://github.com/NeroThroN)
5+
16
# 5.3.3
27
- Remove self linter with **flutter_lints**
38
- Fix linter issues

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.3
43+
group_button: ^5.3.4
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.3
3+
version: 5.3.4
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)