Skip to content

Commit

Permalink
Update sdk version to **'>=2.15.0 <4.0.0'**
Browse files Browse the repository at this point in the history
  • Loading branch information
Frezyx committed Jul 22, 2023
1 parent aabe85b commit 3bc8602
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 5.3.2
- Update sdk version to **'>=2.15.0 <4.0.0'**

# 5.3.1
- Add topics in pubspec.yaml
- Remove deprecated linter rules
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Follow these steps to use this package

```yaml
dependencies:
group_button: ^5.2.2
group_button: ^5.3.2
```

### Add import package
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: group_button
description: Flutter custom widget to make a group buttons. Included Radio and CheckBox buttons.
version: 5.3.1
version: 5.3.2
homepage: https://github.com/Frezyx/group_button
repository: https://github.com/Frezyx/group_button
issue_tracker: https://github.com/Frezyx/group_button
Expand All @@ -13,7 +13,7 @@ topics:
- selector

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.12.0 <4.0.0'

dependencies:
flutter:
Expand Down

0 comments on commit 3bc8602

Please sign in to comment.