Skip to content

Commit

Permalink
Ref #32: Update README to mention how to not get default controls and…
Browse files Browse the repository at this point in the history
… pagination
  • Loading branch information
TheAnkurPanchani committed Mar 13, 2022
1 parent 6a75ae8 commit bca300e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Issue#24](https://github.com/TheAnkurPanchani/card_swiper/issues/24): Put mounted check on post-frame callbacks
- [Issue#30](https://github.com/TheAnkurPanchani/card_swiper/issues/30): Fix order for right direction of stack layout
- [Issue#31](https://github.com/TheAnkurPanchani/card_swiper/issues/31): Update README for custom layout options
- [Issue#32](https://github.com/TheAnkurPanchani/card_swiper/issues/32): Update README to mention how to not get default controls and pagination

## [2.0.1] - 2022-01-11

Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,18 @@ ConstrainedBox(
```

# FAQs

## How to remove default controlls?

- Do not pass any value in `control` parameter of constructor

## How to remove default pagination?

- Do not pass any value in `pagination` parameter of constructor

---

You can find all custom options here:

> https://github.com/TheAnkurPanchani/flutter_swiper/blob/master/example/lib/src/ExampleCustom.dart

0 comments on commit bca300e

Please sign in to comment.