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

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

infinite_pageview #

pub.dev

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

Inspired by infinite_listview.

Example #

Example

cd example
flutter run lib/main.dart

Usage: #

import 'package:infinite_pageview/infinite_pageview.dart';

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

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on infinite_pageview