pwa_virtualized_list 1.0.3 copy "pwa_virtualized_list: ^1.0.3" to clipboard
pwa_virtualized_list: ^1.0.3 copied to clipboard

PlatformiOS

A Flutter package for rendering large scrollable lists efficiently by showing only visible items. Ideal for PWAs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pwa_virtualized_list

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

dependencies:
  pwa_virtualized_list: ^1.0.3

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:pwa_virtualized_list/pwa_virtualized_list.dart';
1
likes
160
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for rendering large scrollable lists efficiently by showing only visible items. Ideal for PWAs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pwa_virtualized_list

Packages that implement pwa_virtualized_list