FLUTTER PageView infinite loop | Continuous scrolling

preview_player
Показать описание
How to make infinite loop using PageView in Flutter. For example PageView has 3 pages and after swiping to the end in the same direction the next page will be first page.

#Flutter #PageView #InfiniteLoop #ContinuousScrolling
Рекомендации по теме
Комментарии
Автор

Although it is short, it is highly effective. Thanks a lot.

phuha
Автор

Hi, how would I make the List<String> line or child: Text() line take in dart files instead? PageView alone let's me use children: [ ] but not when I add the .builder to it.

LeoSchneiider
Автор

Give an example of when this is required

denwestar