vtable 0.3.1 copy "vtable: ^0.3.1" to clipboard
vtable: ^0.3.1 copied to clipboard

A Flutter table widget featuring virtualization, sorting, and custom cell rendering.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vtable

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

dependencies:
  vtable: ^0.3.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:vtable/vtable.dart';
7
likes
160
pub points
73%
popularity

Publisher

verified publisherdevoncarew.org

A Flutter table widget featuring virtualization, sorting, and custom cell rendering.

Repository (GitHub)
View/report issues

Topics

#widget

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on vtable