Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hungtrn75 committed Jun 21, 2021
2 parents 58931b3 + 134506f commit 7f76d35
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ This package migrated from [flutter_svprogresshud](https://github.com/leanflutte

<p float="left">
<img src="screenshots/demo.png" alt="drawing" width="200"/>
<img src="screenshots/progress.png" alt="drawing" width="200"/>
<img src="screenshots/success.png" alt="drawing" width="200"/>
<img src="screenshots/error.png" alt="drawing" width="200"/>
</p>
Expand Down Expand Up @@ -97,10 +96,14 @@ SVProgressHUD.showError("Có lỗi xảy ra!");

- `progress` - `number` between `0` and `1`

---

#### `void dismiss(delay)`

- `delay` - `duration` in milliseconds

---

#### `void showSuccess(status)`

---
Expand Down Expand Up @@ -170,6 +173,8 @@ SVProgressHUD.showError("Có lỗi xảy ra!");

- `width` - default is `0.0`

---

#### `void setForegroundColor(color)`

---
Expand Down

0 comments on commit 7f76d35

Please sign in to comment.