last_focused_listview 0.0.1 copy "last_focused_listview: ^0.0.1" to clipboard
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_listview

This 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.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:last_focused_listview/last_focused_listview.dart';
3
likes
140
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

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 scroll jump or animate, This package will help you.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on last_focused_listview