infinite_pageview

Last updated:

0 purchases

infinite_pageview Image
infinite_pageview Images
Add to Cart

Description:

infinite pageview

infinite_pageview #

PageView but its infinite and can go left to the negatives!
Inspired by infinite_listview.
Example #

cd example
flutter run lib/main.dart
copied to clipboard
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(),
),
),
)
)
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.