Skip to content

Commit

Permalink
feat: add presentation gif
Browse files Browse the repository at this point in the history
  • Loading branch information
SalihCanBinboga committed Sep 18, 2022
1 parent 5c127ae commit a84216c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ The simple way to show the user some information on your selected widget.
- Info holder with dynamic size
- Fully editable content area


- ![Alt Text](assets/readme/example_presentation.gif)

## Getting started

### Use this package as a Library
Expand All @@ -16,14 +19,19 @@ Depend On it
Run this command

with Dart:

```
$ dart pub add info_popup
```

with Flutter:

```
$ flutter pub add info_popup
```

This will add a line like this to your package's pubspec.yaml (and run an implicit `dart pub get` or `flutter pub get`):

```
dependencies:
info_popup: ^1.0.0
Expand Down
Binary file added assets/readme/example_presentation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a84216c

Please sign in to comment.