Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shirne committed Jul 15, 2021
1 parent f3160f8 commit 641ea8e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.3.0]
* add imagePreview
* add color settings on progress widget

## [1.2.2]
* add MyDialog.getAlignment for get Alignment from string
* add comments
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@

A package for flutter to use alert and toast within one line code.

## function

* toast
* alert
* confirm
* modal
* popup
* imagePreview
* snack
* progress

## usage

```
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.2"
version: "1.3.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: shirne_dialog
description: A package to use alert, confirm, toast, snack and popup within one line code.
version: 1.2.2
description: A package to use alert, confirm, toast, imagePreview, snack and popup within one line code.
version: 1.3.0
homepage: https://www.shirne.com/demo/easydialog/
repository: https://github.com/shirne/shirne_dialog

Expand Down

0 comments on commit 641ea8e

Please sign in to comment.