Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thedejifab committed Dec 9, 2018
1 parent 8be12da commit a836601
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## 0.1.32 - 2018-12-09

* Updated docs

## 0.1.31 - 2018-12-09

* Resolved exportation of assets - Final
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This package supports usage on both Android and iOS builds.
## Adding to your flutter project
Add [`rich_alert`](https://pub.dartlang.org) as a dependency in your pubspec.yaml file
``` yaml
rich_alert: ^0.1.31
rich_alert: ^0.1.32
```
## Use the package
Expand All @@ -32,4 +32,4 @@ showDialog(
Check [examples](https://github.com/thedejifab/rich_flutter_dialog/tree/master/example)

## Screenshots
<p><img src="screenshots/success.png" width="300px" height="auto"/> <img src="screenshots/warning.png" width="300px" height="auto"/></p>
<p><img src="https://raw.githubusercontent.com/thedejifab/rich_alert/master/screenshots/success.png" width="300px" height="auto"/> <img src="https://raw.githubusercontent.com/thedejifab/rich_alert/master/screenshots/warning.png" width="300px" height="auto"/></p>
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rich_alert
description: Flutter Alert Dialogs for the "rich". Used for rendering beautiful untraditional alert dialogs in Flutter apps.
version: 0.1.31
version: 0.1.32
author: Fabusuyi Ayodeji <thedejifab@outlook.com>
homepage: https://github.com/thedejifab/rich_flutter_dialog

Expand Down

0 comments on commit a836601

Please sign in to comment.