infinite_pageview 0.0.2 copy "infinite_pageview: ^0.0.2" to clipboard
infinite_pageview: ^0.0.2 copied to clipboard

PageView but its infinite and can go left to the negatives!

infinite_pageview #

PageView but its infinite and can go left to the negatives!

Inspired by infinite_listview.

Example #

Example

Usage: #

InfinitePageView(
    itemBuilder: (context, index) => Container(
        color: Colors.blue,
        child: Center(
            child: Text(
                style: TextStyle(
                    fontSize: 30,
                    color: Colors.white
                ),
                index.toString(),
            ),
        ),
    )
)

Run the example: #

cd example
flutter run
3
likes
0
points
23
downloads

Publisher

verified publishermkalmousli.dev

Weekly Downloads

PageView but its infinite and can go left to the negatives!

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on infinite_pageview