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

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

example/lib/main.dart

import 'package:paginationdemo/beer_list_screen.dart';
import 'package:flutter/material.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: BeerListScreen(),
      );
}
1
likes
0
points
30
downloads

Publisher

verified publishercodingislife.net

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_staggered_grid_view, sliver_tools

More

Packages that depend on scroll_pagination_flutter