Skip to content

Commit

Permalink
Add topics in pubspec.yaml & publish 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frezyx committed Jul 22, 2023
1 parent 192f8cf commit b71540e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.16.1
- Add topics in pubspec.yaml

## 0.16.0
* **FIX** Add **hoverTextStyle** property

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Follow these steps to use this package

```yaml
dependencies:
sidebarx: ^0.16.0
sidebarx: ^0.16.1
```

### Add import package
Expand Down
9 changes: 8 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
name: sidebarx
description: flutter multiplatform navigation sidebar / side navigationbar / drawer widget
version: 0.16.0
version: 0.16.1
homepage: https://github.com/Frezyx/sidebarx

topics:
- widget
- ui
- drawer
- navigation
- sidebar

environment:
sdk: ">=2.15.0 <4.0.0"
flutter: ">=1.17.0"
Expand Down

0 comments on commit b71540e

Please sign in to comment.