Skip to content

Commit

Permalink
add example to earn pub points
Browse files Browse the repository at this point in the history
  • Loading branch information
fujidaiti committed May 5, 2023
1 parent 8c8cad4 commit bfd02de
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package/example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Examples

Run the [example application](https://github.com/fujidaiti/exprollable_page_view/tree/master/example) and explore the all features of this package.

```shell
git clone [email protected]:fujidaiti/exprollable_page_view.git
cd example
flutter pub get
flutter run
```

There is another example, which demonstrates how `ExprollablePageView` is able to work with Google Maps. See [maps_example/README](https://github.com/fujidaiti/exprollable_page_view/blob/master/maps_example/README.md) for more details.

0 comments on commit bfd02de

Please sign in to comment.