Skip to content

Commit

Permalink
Update version to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Frezyx committed Aug 31, 2022
1 parent 34da189 commit 8a446cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.2.0
- **INFO**: Make the package compatible with the 3.3.0 Flutter version
- **FIX**: Analyser issues

## 5.1.0
- **BREAKING**: idnex -> index change typo fix for onDisablePressed callback Function of GroupButtonController
- **INFO**: Examples and code base refactoring
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.1.0
group_button: ^5.2.0
```

### Add import package
Expand Down
18 changes: 2 additions & 16 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
name: example
description: A new Flutter project.

# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 5.1.0
publish_to: 'none'
version: 5.2.0

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0
version: 5.2.0
homepage: https://github.com/Frezyx/group_button

environment:
Expand Down

0 comments on commit 8a446cb

Please sign in to comment.