list_smith 0.1.1 copy "list_smith: ^0.1.1" to clipboard
list_smith: ^0.1.1 copied to clipboard

A developer-first Flutter package that wraps ListView.builder for real-world lists: async pagination, pull-to-refresh, and sync-or-async search.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add list_smith

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  list_smith: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:list_smith/list_smith.dart';
3
likes
160
points
227
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A developer-first Flutter package that wraps ListView.builder for real-world lists: async pagination, pull-to-refresh, and sync-or-async search.

Homepage
Repository (GitHub)
View/report issues

Topics

#listview #pagination #infinite-scroll #pull-to-refresh #search

License

BSD-3-Clause (license)

Dependencies

collection, custom_refresh_indicator, flutter, infinite_scroll_pagination, meta, pool

More

Packages that depend on list_smith