Skip to content

Commit

Permalink
Add topics in pubspec.yaml, remove deprecated linter rules & publish …
Browse files Browse the repository at this point in the history
…5.3.1
  • Loading branch information
Frezyx committed Jul 22, 2023
1 parent a5f2f1a commit aabe85b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 5.3.1
- Add topics in pubspec.yaml
- Remove deprecated linter rules

## 5.3.0

- Implement **buttonIndexedTextBuilder** and **buttonTextBuilder**
Expand Down
1 change: 0 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ linter:
# https://dart-lang.github.io/linter/lints/use_key_in_widget_constructors.html
use_key_in_widget_constructors: true
always_declare_return_types: true
always_require_non_null_named_parameters: true
annotate_overrides: true
avoid_init_to_null: true
avoid_null_checks_in_equality_operators: true
Expand Down
11 changes: 10 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: group_button
description: Flutter custom widget to make a group buttons. Included Radio and CheckBox buttons.
version: 5.3.0
version: 5.3.1
homepage: https://github.com/Frezyx/group_button
repository: https://github.com/Frezyx/group_button
issue_tracker: https://github.com/Frezyx/group_button

topics:
- widget
- ui
- button
- chips
- selector

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit aabe85b

Please sign in to comment.