Skip to content

Commit

Permalink
add design section in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
payam-zahedi committed Oct 14, 2023
1 parent 0be4e01 commit 5fd1aa8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,16 @@ Remove a notification with the given ID from the screen.
toastification.dismissById('my_notification_id');
```

## Design

Toastification was redesigned by [Sepide Moqadasi](https://sepide.design/). We want to extend our heartfelt appreciation to Sepide for her exceptional design work, which has made Toastification visually appealing and user-friendly. Special thanks to Sepide for her valuable contributions to this project.


<p align="left">
<img src="doc\image\design_mobile.png?raw=true" width="49%" alt="Styles" />
<img src="doc\image\design_desktop.png?raw=true" width="49%" alt="Styles" />
</p>


## Contributions

Expand Down
Binary file added doc/image/design_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/design_mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

publish_to: "none"

version: 0.0.22+22
version: 0.0.23+23

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 5fd1aa8

Please sign in to comment.