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

Like Android Jetpack's Paging library 3, manages data and displays paged lists.

example/lib/main.dart

import 'package:example/app.dart';
import 'package:flutter/widgets.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';

void main() {
  runApp(
    const ProviderScope(
      child: App(),
    ),
  );
}
7
likes
130
points
3.42k
downloads

Publisher

unverified uploader

Weekly Downloads

Like Android Jetpack's Paging library 3, manages data and displays paged lists.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, flutter_state_notifier, freezed_annotation, sliver_tools, state_notifier

More

Packages that depend on paging_view