* Infinite loop
* Control buttons
* Pagination
* Custom control buttons
* Custom pagination
* Controler
* Autoplay
* Plugins support
* Examples
* Update README
* Support none loop mode
* Add more examples
* 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
* And chinese document
* Update infinity_page_view version to 1.0.0
* Add layouts ( DEFAULT,STACK,TINDER )
* Allow to put pagination outer of the swiper container.
* Add layout (CUSTOM) so that you can create your own layout
* Use new to create everything. See #5
* Fix some typo,thanks to [csharad](https://github.com/csharad)
* Add feature : support fade for `viewportFraction`