Skip to content

Commit

Permalink
Improve readme (blackmann#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackmann authored Dec 9, 2023
1 parent 4bf7e41 commit 68bc880
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
1 change: 0 additions & 1 deletion .flutter-plugins-dependencies

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ build/

# mine
main.dart
example/sample
example/sample
.flutter-plugins-dependencies
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

Story view for apps with stories.

![story_view](assets/story_view.png)

<p float="left">

<img src="https://i.ibb.co/Q8Wtw62/Screenshot-1584263003.png" width=400 />
<img src="https://i.ibb.co/bz0R9bd/Screenshot-1584263008.png" width=400 />
<img src="https://i.ibb.co/NrLSbZv/Screenshot-1584263018.png" width=400 />
<img src="https://i.ibb.co/Q8Wtw62/Screenshot-1584263003.png" width=200 />
<img src="https://i.ibb.co/bz0R9bd/Screenshot-1584263008.png" width=200 />
<img src="https://i.ibb.co/NrLSbZv/Screenshot-1584263018.png" width=200 />
</p>

πŸ‘¨β€πŸš€ Demo project here: [storyexample](https://github.com/blackmann/storyexample.git)

🍟 Watch video demo here: [story_view demo](https://youtu.be/yHAVCsWEKQE)
[![Youtube](https://img.youtube.com/vi/yHAVCsWEKQE/maxresdefault.jpg)](https://youtu.be/yHAVCsWEKQE)

πŸ‘¨β€πŸš€ Demo project here: [storyexample](https://github.com/blackmann/storyexample.git)

This a Flutter widget to display stories just like Whatsapp and Instagram. Can also be used
inline/inside ListView or Column just like Google News app. Comes with gestures
Expand All @@ -28,6 +28,8 @@ to pause, forward and go to previous page.

🎈 Animated progress indicator for each story item

πŸ“± Fullscreen or inline

And useful callback to perform meta functionalities including vertical swipe gestures.

# Installation
Expand Down Expand Up @@ -99,3 +101,7 @@ Widget build(context) {
```

🍭 Now, tell your users some stories.

## Docs

Find docs from here: [pub.dev/story_view](https://pub.dev/documentation/story_view/latest/)
Binary file added assets/story_view.png
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 68bc880

Please sign in to comment.