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

A Flutter package that provides a virtualized list widget optimized for Progressive Web Apps (PWAs). This package is designed to handle large lists efficiently by rendering only the visible items, imp [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pwa_virtualized_list

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 dart pub get):

dependencies:
  pwa_virtualized_list: ^1.0.0

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

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a virtualized list widget optimized for Progressive Web Apps (PWAs). This package is designed to handle large lists efficiently by rendering only the visible items, improving performance and user experience in web applications. This package is particularly useful for applications that require displaying extensive lists of data without compromising on performance, making it ideal for PWAs built with Flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on pwa_virtualized_list

Packages that implement pwa_virtualized_list