Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BakerJQ committed Oct 14, 2020
1 parent 6d4b481 commit 19e079e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flutter_easy_popup
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [![pub package](https://img.shields.io/pub/v/easy_popup.svg)](https://pub.dartlang.org/packages/easy_popup)

An easy way to show a flutter custom popup widget.

Expand All @@ -16,6 +16,12 @@ flutter run
dependencies:
easy_popup: ^1.0.0
```
or
```yaml
dependencies:
easy_popup:
git: https://github.com/BakerJQ/flutter_easy_popup.git
```
### 1. Define custom popup widget with Mixin *EasyPopupChild*
Define your custom popup widget with *EasyPopupChild*, and implement *dismiss* function which does work that need to be done while dismiss, eg. show dismiss animation
Expand Down

0 comments on commit 19e079e

Please sign in to comment.