gamma_smart_pagination 1.0.5 copy "gamma_smart_pagination: ^1.0.5" to clipboard
gamma_smart_pagination: ^1.0.5 copied to clipboard

Flutter package for infinite scrolling pagination, which supports pull down to refresh and pull up to load more.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:smart_pagination_example/features/landing/landing_screen.dart';

void main() {
  runApp(
    ProviderScope(
      child: MaterialApp(
        title: 'GammaSmartPagination demo',
        theme: ThemeData(
          colorScheme: ColorScheme.fromSeed(
            seedColor: Colors.orange,
          ),
          useMaterial3: true,
        ),
        home: const ExampleLandingScreen(),
      ),
    ),
  );
}
7
likes
140
points
127
downloads

Publisher

verified publishergammatech.mk

Weekly Downloads

Flutter package for infinite scrolling pagination, which supports pull down to refresh and pull up to load more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, freezed_annotation

More

Packages that depend on gamma_smart_pagination