x_pagintor 0.0.2 copy "x_pagintor: ^0.0.2" to clipboard
x_pagintor: ^0.0.2 copied to clipboard

outdated

A new Flutter package to handle pagintion requests

example/lib/main.dart

import 'package:example/tester.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter X Paginator',
      home: PagintionTest(),
    );
  }
}
0
likes
0
points
66
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package to handle pagintion requests

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_staggered_animations

More

Packages that depend on x_pagintor