From bfd02de595e1963f06924d856f58172f62b02a5e Mon Sep 17 00:00:00 2001 From: fujidaiti Date: Fri, 5 May 2023 10:40:33 +0900 Subject: [PATCH] add example to earn pub points --- package/example/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/example/README.md diff --git a/package/example/README.md b/package/example/README.md new file mode 100644 index 0000000..0fd847d --- /dev/null +++ b/package/example/README.md @@ -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 git@github.com: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.