Skip to content

Commit

Permalink
Released version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
deb-sahu committed Apr 29, 2024
1 parent 3f2c520 commit d1093c9
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@
## 0.0.5
* Modified snackbar styles
* Added demo gif

## 0.0.4
* Updated README with screenshots
* Added fontWeight and fontFamily props
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add `top_snackbar` to your `pubspec.yaml` file:

```yaml
dependencies:
top_snackbar: ^0.0.4 # Use the latest version
top_snackbar: ^0.0.5 # Use the latest version
```
### Import
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: top_snackbar
description: A lightweight and easy-to-use flutter library tailored for top snackbar notifications. Customize styles, colors, icons and more with the ease.
version: 0.0.4
version: 0.0.5
homepage: https://github.com/deb-sahu/top-snackbar

environment:
Expand Down

0 comments on commit d1093c9

Please sign in to comment.