loop_page_view 1.0.8
loop_page_view: ^1.0.8 copied to clipboard
A simple Flutter PageView builder constructor wrapper that allows for "indefinitely" scrolling on both directions.
[1.0.8] - August 04, 2020. #
- LoopPageViewController if itemCount is 0 error fixed.
[1.0.7] - July 27, 2020. #
- LoopPageViewController is now a PageController composition.
- LoopPageViewController.page value fixed.
[1.0.6] - July 22, 2020. #
- Fixed LoopPageView index forwarding value.
[1.0.5] - July 21, 2020. #
- LoopPageController created.
[1.0.4] - July 17, 2020. #
- Removed unrelated files from the project.
[1.0.3] - July 17, 2020. #
- Added documentation comments.
[1.0.2] - July 17, 2020. #
- Corrected information in readme file.
[1.0.1] - July 17, 2020. #
- Corrected initialPage value.
[1.0.0] - July 17, 2020. #
- Initial working release.