- Fix findRenderObject is null
* Fix #7
* Support layout for pagination.
* Fix index bug ,See #11
* Enable `autoplayDisableOnInteraction` property, if set `true`,disable autoplay when user swipes.
* Don't call SwiperController's dispose when `Swiper` dispose.
* Implement vertical scroll direction for `TINDER` and `STACK` layout, see #9
* Add feature : support fade for `viewportFraction`
* Fix some typo,thanks to [csharad](https://github.com/csharad)
* Use new to create everything. See #5
* Add layout (CUSTOM) so that you can create your own layout
* Add layouts ( DEFAULT,STACK,TINDER )
* Allow to put pagination outer of the swiper container.
* And chinese document
* Update infinity_page_view version to 1.0.0
* The default color of pagination is ThemeData.scaffoldBackgroundColor and ThemeData.primaryColor
* The default color of control buttons is ThemeData.primaryColor and ThemeData.disabledColor
* The alignment of pagination is Alignment.bottomCenter by default when scrollDirection== Axis.horizontal, Alignment.centerRight by default when scrollDirection== Axis.vertical
* Change default value of `autoplay` to false
* Update README
* Support none loop mode
* Add more examples
* Autoplay
* Plugins support
* Examples
* Infinite loop
* Control buttons
* Pagination
* Custom control buttons
* Custom pagination
* Controler