wndr_lazy_paginated_data_table 0.1.0-dev.1 copy "wndr_lazy_paginated_data_table: ^0.1.0-dev.1" to clipboard
wndr_lazy_paginated_data_table: ^0.1.0-dev.1 copied to clipboard

A wrapper widget for Flutter's PaginatedDataTable, which allows the user to load the pages lazily.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wndr_lazy_paginated_data_table

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

dependencies:
  wndr_lazy_paginated_data_table: ^0.1.0-dev.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:wndr_lazy_paginated_data_table/wndr_lazy_paginated_data_table.dart';
4
likes
150
points
21
downloads

Publisher

verified publisherwunderbytes.eu

Weekly Downloads

A wrapper widget for Flutter's PaginatedDataTable, which allows the user to load the pages lazily.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on wndr_lazy_paginated_data_table