list_smith 0.1.1
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_smithThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
list_smith: ^0.1.1Alternatively, 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';