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

ipagy offers a powerful tool for Flutter developers with its main features, making paging easy and effective.

example/lib/main.dart

import 'package:example/view/post_view.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const _MyApp());
}

class _MyApp extends StatelessWidget {
  const _MyApp();

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Pagy',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: const PostView(),
    );
  }
}
5
likes
160
points
128
downloads

Publisher

unverified uploader

Weekly Downloads

ipagy offers a powerful tool for Flutter developers with its main features, making paging easy and effective.

Repository (GitHub)
View/report issues
Contributing

Topics

#pagination #list-view #list

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ipagy