scroll_pagination_flutter 0.0.5 copy "scroll_pagination_flutter: ^0.0.5" to clipboard
scroll_pagination_flutter: ^0.0.5 copied to clipboard

As the user scrolls down your screen, pages of things will slowly load and show.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:paginationdemo/university_list_screen.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) => MaterialApp(
        title: 'Infinite Scroll Pagination Sample',
        theme: ThemeData(
          primarySwatch: Colors.green,
        ),
        home: UniversityListScreen(),
      );
}
1
likes
150
points
41
downloads

Publisher

verified publishercodingislife.net

Weekly Downloads

As the user scrolls down your screen, pages of things will slowly load and show.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_staggered_grid_view, sliver_tools

More

Packages that depend on scroll_pagination_flutter