Skip to content

Commit

Permalink
fix: added logo to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Feb 8, 2024
1 parent 3830d1c commit 2a75b91
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 5 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
## 0.0.3
# 0.0.4

### Fix
# Feat
- Added `Snacky` logo to the `README.md`

# 0.0.3

## Fix
- Exported all requried files
- Cancel all snackies when a new route is pushed or a route is replaced `SnackyNavigationObserver`

## 0.0.2
# 0.0.2

### Fix
## Fix
- Description of the package
- Spacing between leading & text & trailing widgets

## 0.0.1
# 0.0.1

* initial release
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### Snacky

![Logo](https://raw.githubusercontent.com/impaktfull/flutter_snacky/master/assets/images/logo.svg)

#### You deserve a simple snack!

A lot of the current snackbar & toast libraries are too complicated for simple use cases. Snacky is a simple library that allows you to create a snackbar with minimal setup and an easy to use API.
Expand Down
134 changes: 134 additions & 0 deletions assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a75b91

Please sign in to comment.