list_smith 0.0.1 copy "list_smith: ^0.0.1" to clipboard
list_smith: ^0.0.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 Dart:

 $ dart pub add list_smith

With Flutter:

 $ flutter pub add list_smith

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

dependencies:
  list_smith: ^0.0.1

Alternatively, your editor might support dart pub get or 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
0
points
227
downloads

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

unknown (license)

Dependencies

custom_refresh_indicator, flutter, infinite_scroll_pagination

More

Packages that depend on list_smith