last_focused_listview 0.0.1
last_focused_listview: ^0.0.1 copied to clipboard
This Flutter package provides a way to render a ListView widget efficiently starting with the last item in the data list. If you want to use lazy-loading and starting with the last item, without scro [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add last_focused_listviewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
last_focused_listview: ^0.0.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:last_focused_listview/last_focused_listview.dart';